Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 3 updates: [sinatra-activerecord](https://github.com/janko-m/sinatra-activerecord), [rubocop](https://github.com/rubocop/rubocop) and [test-unit](https://github.com/test-unit/test-unit).


Updates `sinatra-activerecord` from 2.0.27 to 2.0.28
- [Changelog](https://github.com/sinatra-activerecord/sinatra-activerecord/blob/master/CHANGELOG.md)
- [Commits](https://github.com/janko-m/sinatra-activerecord/commits)

Updates `rubocop` from 1.68.0 to 1.69.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.68.0...v1.69.0)

Updates `test-unit` from 3.6.2 to 3.6.4
- [Release notes](https://github.com/test-unit/test-unit/releases)
- [Commits](test-unit/test-unit@3.6.2...3.6.4)

---
updated-dependencies:
- dependency-name: sinatra-activerecord
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: test-unit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Nov 30, 2024
1 parent 93c6bb8 commit 766b75b
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ GEM
backport (1.2.0)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.3.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
coderay (1.1.3)
coffee-script (2.4.1)
Expand Down Expand Up @@ -68,15 +68,15 @@ GEM
i18n (1.14.6)
concurrent-ruby (~> 1.0)
jaro_winkler (1.6.0)
json (2.7.5)
json (2.8.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.1.0)
minitest (5.25.1)
minitest (5.25.2)
multi_json (1.15.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
Expand All @@ -95,7 +95,7 @@ GEM
racc (~> 1.4)
ostruct (0.6.1)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand All @@ -120,21 +120,21 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rbs (2.8.4)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.9)
rubocop (1.68.0)
rubocop (1.69.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.0)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand All @@ -152,15 +152,15 @@ GEM
google-protobuf (~> 4.28)
sassc (2.4.0)
ffi (~> 1.9)
securerandom (0.3.1)
securerandom (0.3.2)
sinatra (4.1.1)
logger (>= 1.6.0)
mustermann (~> 3.0)
rack (>= 3.0.0, < 4)
rack-protection (= 4.1.1)
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
sinatra-activerecord (2.0.27)
sinatra-activerecord (2.0.28)
activerecord (>= 4.1)
sinatra (>= 1.0)
sinatra-contrib (4.1.1)
Expand Down Expand Up @@ -191,19 +191,21 @@ GEM
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
temple (0.10.3)
test-unit (3.6.2)
test-unit (3.6.4)
power_assert
thor (1.3.2)
tilt (2.4.0)
timeout (0.4.1)
timeout (0.4.2)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (4.2.1)
execjs (>= 0.3.0, < 3)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
warden (1.2.9)
rack (>= 2.0.9)
yard (0.9.37)
Expand Down

0 comments on commit 766b75b

Please sign in to comment.