Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group across 1 directory with 2…
Browse files Browse the repository at this point in the history
… updates

Bumps the patch-and-minor-dependencies group with 2 updates in the / directory: [roda](https://github.com/jeremyevans/roda) and [rubocop](https://github.com/rubocop/rubocop).


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

Updates `rubocop` from 1.66.1 to 1.67.0
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.1...v1.67.0)

---
updated-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 Oct 26, 2024
1 parent b511dc1 commit d917ae9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ gem 'money', '~> 6.16'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.1'
gem 'roda', '~> 3.84'
gem 'roda', '~> 3.85'

group :development do
gem 'htmlbeautifier', '~> 1.4'
gem 'pry', '~> 0.14.2'
gem 'rake', '~> 13.1'
gem 'rubocop', '~> 1.66.1', require: false
gem 'rubocop', '~> 1.67.0', require: false
gem 'rubocop-performance', '~> 1.22.1', require: false
gem 'solargraph', '~> 0.50.0', require: false
end
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GEM
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.1)
rack (3.1.7)
rack (3.1.8)
rack-unreloader (2.1.0)
rackup (2.1.0)
rack (>= 3)
Expand All @@ -67,9 +67,9 @@ GEM
reverse_markdown (2.1.1)
nokogiri
rexml (3.3.7)
roda (3.84.0)
roda (3.85.0)
rack
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -123,8 +123,8 @@ DEPENDENCIES
rack-unreloader (~> 2.1)
rackup (~> 2.1)
rake (~> 13.1)
roda (~> 3.84)
rubocop (~> 1.66.1)
roda (~> 3.85)
rubocop (~> 1.67.0)
rubocop-performance (~> 1.22.1)
solargraph (~> 0.50.0)

Expand Down

0 comments on commit d917ae9

Please sign in to comment.