Skip to content

Commit

Permalink
Update pry requirement from ~> 0.14.1 to ~> 0.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [pry](https://github.com/pry/pry) to permit the latest version.
- [Release notes](https://github.com/pry/pry/releases)
- [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md)
- [Commits](pry/pry@v0.14.1...v0.15.0)

---
updated-dependencies:
- dependency-name: pry
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent 719dc79 commit 5b7108f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ source 'https://rubygems.org'
gemspec

gem "gc_ruboconfig", "~> 3.6.0"
gem "pry", "~> 0.14.1"
gem "pry", "~> 0.15.0"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.13.0"
gem "rspec-its", "~> 1.3.0"
Expand Down

0 comments on commit 5b7108f

Please sign in to comment.