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: [logger](https://github.com/ruby/logger), [roda](https://github.com/jeremyevans/roda) and [rubocop](https://github.com/rubocop/rubocop).


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

Updates `roda` from 3.88.0 to 3.89.0
- [Changelog](https://github.com/jeremyevans/roda/blob/master/CHANGELOG)
- [Commits](jeremyevans/roda@3.88.0...3.89.0)

Updates `rubocop` from 1.71.2 to 1.72.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.71.2...v1.72.0)

---
updated-dependencies:
- dependency-name: logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: roda
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 and simonneutert committed Feb 15, 2025
1 parent 77a79c3 commit c317718
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ gem 'rake', '~> 13.1'
gem 'redcarpet', '~> 3.6'
gem 'reline', '~> 0.6.0'
gem 'rexml', '~> 3.4'
gem 'roda', '~> 3.88'
gem 'roda', '~> 3.89'
gem 'tantiny', '0.3.3'
gem 'thermite', '~> 0.13.0'
gem 'tilt', '~> 2.6'

group :development do
gem 'htmlbeautifier', require: false
gem 'pry'
gem 'rubocop', '~> 1.71', require: false
gem 'rubocop', '~> 1.72', 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
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ GEM
hashie (5.0.0)
htmlbeautifier (1.4.3)
io-console (0.8.0)
json (2.9.1)
json (2.10.1)
language_server-protocol (3.17.0.4)
logger (1.6.5)
lint_roller (1.1.0)
logger (1.6.6)
method_source (1.1.0)
minitar (0.12.1)
minitar-cli (0.12)
Expand Down Expand Up @@ -45,11 +46,12 @@ GEM
reline (0.6.0)
io-console (~> 0.5)
rexml (3.4.0)
roda (3.88.0)
roda (3.89.0)
rack
rubocop (1.71.2)
rubocop (1.72.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
Expand Down Expand Up @@ -117,8 +119,8 @@ DEPENDENCIES
redcarpet (~> 3.6)
reline (~> 0.6.0)
rexml (~> 3.4)
roda (~> 3.88)
rubocop (~> 1.71)
roda (~> 3.89)
rubocop (~> 1.72)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.23)
rubocop-rake (~> 0.6.0)
Expand Down

0 comments on commit c317718

Please sign in to comment.