Skip to content

Commit 8f6326f

Browse files
authored
Merge pull request #635 from fog/dependabot/bundler/pry-eq-0.15.2
Update pry requirement from = 0.14.2 to = 0.15.2
2 parents 706e9bd + 993ac53 commit 8f6326f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fog-google.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
3939
# Debugger
4040
# Locked because pry-byebug is broken with 13+
4141
# see: https://github.com/deivid-rodriguez/pry-byebug/issues/343
42-
spec.add_development_dependency "pry", "= 0.14.2"
42+
spec.add_development_dependency "pry", "= 0.15.2"
4343

4444
# Testing gems
4545
spec.add_development_dependency "retriable"

0 commit comments

Comments
 (0)