Skip to content

Commit

Permalink
Merge pull request #149 from twingly/tighter-version-constraint-for-pry
Browse files Browse the repository at this point in the history
Add version constraint for Pry
  • Loading branch information
walro committed Dec 1, 2020
2 parents 08fa22c + d868a20 commit 9e70924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twingly-url.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.add_development_dependency "rake", "~> 12"
s.add_development_dependency "rspec", "~> 3"
s.add_development_dependency "pry"
s.add_development_dependency "pry", "~> 0"

s.files = Dir.glob("{lib}/**/*") + %w(README.md)
s.require_path = 'lib'
Expand Down

0 comments on commit 9e70924

Please sign in to comment.