Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 2 updates: [logger](https://github.com/ruby/logger) and [rubocop](https://github.com/rubocop/rubocop).


Updates `logger` from 1.6.4 to 1.6.5
- [Release notes](https://github.com/ruby/logger/releases)
- [Commits](ruby/logger@v1.6.4...v1.6.5)

Updates `rubocop` from 1.69.2 to 1.70.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.70.0)

---
updated-dependencies:
- dependency-name: logger
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 11, 2025
1 parent 1d1edc6 commit dd59eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem 'tilt', '~> 2.5'
group :development do
gem 'htmlbeautifier', require: false
gem 'pry'
gem 'rubocop', '~> 1.69', require: false
gem 'rubocop', '~> 1.70', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GEM
io-console (0.8.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
method_source (1.1.0)
minitar (0.12.1)
minitar-cli (0.12)
Expand Down Expand Up @@ -47,7 +47,7 @@ GEM
rexml (3.4.0)
roda (3.87.0)
rack
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -118,7 +118,7 @@ DEPENDENCIES
reline (~> 0.6.0)
rexml (~> 3.4)
roda (~> 3.87)
rubocop (~> 1.69)
rubocop (~> 1.70)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.23)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit dd59eb0

Please sign in to comment.