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: [pry](https://github.com/pry/pry) and [rack-test](https://github.com/rack/rack-test).


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

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

---
updated-dependencies:
- dependency-name: pry
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-and-minor-dependencies
- dependency-name: rack-test
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-and-minor-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and simonneutert committed Dec 28, 2024
1 parent 9315632 commit 8b4ec77
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 @@ -31,7 +31,7 @@ gem 'yui-compressor'

group :test, :development do
gem 'pry'
gem 'rack-test', '~> 2.1'
gem 'rack-test', '~> 2.2'
gem 'rubocop', require: false
gem 'solargraph', require: false
gem 'test-unit', '~> 3.6', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ GEM
racc
pg (1.5.9)
power_assert (2.0.4)
pry (0.15.0)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
puma (6.5.0)
Expand All @@ -114,7 +114,7 @@ GEM
rack (>= 3.0.0, < 4)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
Expand Down Expand Up @@ -233,7 +233,7 @@ DEPENDENCIES
pry
puma
rack (~> 3.1)
rack-test (~> 2.1)
rack-test (~> 2.2)
rackup (~> 2.2)
rake
rubocop
Expand Down

0 comments on commit 8b4ec77

Please sign in to comment.