Skip to content

Commit

Permalink
Bump the patch-and-minor-dependencies group with 4 updates
Browse files Browse the repository at this point in the history
Bumps the patch-and-minor-dependencies group with 4 updates: [rackup](https://github.com/rack/rackup), [roda](https://github.com/jeremyevans/roda), [pry](https://github.com/pry/pry) and [rubocop-performance](https://github.com/rubocop/rubocop-performance).


Updates `rackup` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/rack/rackup/releases)
- [Changelog](https://github.com/rack/rackup/blob/main/releases.md)
- [Commits](rack/rackup@v2.2.0...v2.2.1)

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

Updates `pry` from 0.14.2 to 0.15.0
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.2...v0.15.0)

Updates `rubocop-performance` from 1.22.1 to 1.23.0
- [Release notes](https://github.com/rubocop/rubocop-performance/releases)
- [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-performance@v1.22.1...v1.23.0)

---
updated-dependencies:
- dependency-name: rackup
  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: pry
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
- dependency-name: rubocop-performance
  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 Nov 16, 2024
1 parent b459104 commit b866735
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ gem 'minitar-cli', '~> 0.12'
gem 'ostruct', '~> 0.6.1'
gem 'puma', '~> 6.4'
gem 'rack-unreloader', '~> 2.1'
gem 'rackup', '~> 2.2.0'
gem 'rackup', '~> 2.2.1'
gem 'rake', '~> 13.1'
gem 'redcarpet', '~> 3.6'
gem 'reline', '~> 0.5.11'
gem 'rexml', '~> 3.3'
gem 'roda', '~> 3.85'
gem 'roda', '~> 3.86'
gem 'tantiny', '0.3.3'
gem 'thermite', '~> 0.13.0'
gem 'tilt', '~> 2.3'
Expand All @@ -23,7 +23,7 @@ group :development do
gem 'pry'
gem 'rubocop', '~> 1.68', require: false
gem 'rubocop-minitest', '~> 0.36.0', require: false
gem 'rubocop-performance', '~> 1.22', require: false
gem 'rubocop-performance', '~> 1.23', require: false
gem 'rubocop-rake', '~> 0.6.0', require: false
gem 'yard', '~> 0.9.37'
end
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GEM
hashie (5.0.0)
htmlbeautifier (1.4.3)
io-console (0.7.2)
json (2.8.1)
json (2.8.2)
language_server-protocol (3.17.0.3)
logger (1.6.1)
method_source (1.1.0)
Expand All @@ -26,7 +26,7 @@ GEM
racc
powerbar (1.0.18)
hashie (>= 1.1.0)
pry (0.14.2)
pry (0.15.0)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.4.3)
Expand All @@ -36,7 +36,7 @@ GEM
rack-test (2.1.0)
rack (>= 1.3)
rack-unreloader (2.1.0)
rackup (2.2.0)
rackup (2.2.1)
rack (>= 3)
rainbow (3.1.1)
rake (13.2.1)
Expand All @@ -45,7 +45,7 @@ GEM
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.9)
roda (3.85.0)
roda (3.86.0)
rack
rubocop (1.68.0)
json (~> 2.3)
Expand All @@ -57,12 +57,12 @@ GEM
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.1)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
rubocop-minitest (0.36.0)
rubocop (>= 1.61, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-performance (1.22.1)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand Down Expand Up @@ -110,15 +110,15 @@ DEPENDENCIES
puma (~> 6.4)
rack-test
rack-unreloader (~> 2.1)
rackup (~> 2.2.0)
rackup (~> 2.2.1)
rake (~> 13.1)
redcarpet (~> 3.6)
reline (~> 0.5.11)
rexml (~> 3.3)
roda (~> 3.85)
roda (~> 3.86)
rubocop (~> 1.68)
rubocop-minitest (~> 0.36.0)
rubocop-performance (~> 1.22)
rubocop-performance (~> 1.23)
rubocop-rake (~> 0.6.0)
tantiny (= 0.3.3)
thermite (~> 0.13.0)
Expand Down

0 comments on commit b866735

Please sign in to comment.