Skip to content

Commit

Permalink
Update pry requirement from = 0.14.2 to = 0.15.2
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.2...v0.15.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 37fd42d commit 993ac53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
# Debugger
# Locked because pry-byebug is broken with 13+
# see: https://github.com/deivid-rodriguez/pry-byebug/issues/343
spec.add_development_dependency "pry", "= 0.14.2"
spec.add_development_dependency "pry", "= 0.15.2"

# Testing gems
spec.add_development_dependency "retriable"
Expand Down

0 comments on commit 993ac53

Please sign in to comment.