Skip to content

Commit

Permalink
build(deps): bump the bundler group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the bundler group with 2 updates: [rubocop](https://github.com/rubocop/rubocop) and [logger](https://github.com/ruby/logger).


Updates `rubocop` from 1.65.1 to 1.66.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.65.1...v1.66.0)

Updates `logger` from 1.6.0 to 1.6.1
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.0...v1.6.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
- dependency-name: logger
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 2, 2024
1 parent 747f772 commit 29c758f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
logger (1.6.1)
lumberjack (1.2.10)
method_source (1.1.0)
minitest (5.25.1)
Expand Down Expand Up @@ -110,17 +110,14 @@ GEM
rb-inotify (0.11.1)
ffi (~> 1.0)
regexp_parser (2.9.2)
rexml (3.3.6)
strscan
rubocop (1.65.1)
rubocop (1.66.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)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
Expand All @@ -143,7 +140,6 @@ GEM
version_gem (~> 1.1, >= 1.1.1)
spoon (0.0.6)
ffi
strscan (3.1.0)
thor (1.3.2)
tilt (2.4.0)
tzinfo (2.0.6)
Expand Down

0 comments on commit 29c758f

Please sign in to comment.