Skip to content

Commit

Permalink
Merge pull request #604 from fog/dependabot/bundler/pry-eq-0.14.2
Browse files Browse the repository at this point in the history
Update pry requirement from = 0.13.0 to = 0.14.2
  • Loading branch information
Temikus authored Apr 8, 2024
2 parents 08fc5cc + 2004251 commit cd89caa
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.13.0"
spec.add_development_dependency "pry", "= 0.14.2"

# Testing gems
spec.add_development_dependency "retriable"
Expand Down

0 comments on commit cd89caa

Please sign in to comment.