1
0
Fork 0
mirror of https://github.com/pry/pry-rails.git synced 2022-11-09 12:36:03 -05:00

Require newest pry

This commit is contained in:
Ryan Fitzgerald 2012-08-09 10:04:03 -07:00
parent 0e234c06b7
commit 0322399b5f

View file

@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
s.add_dependency "pry"
s.add_dependency "pry", ">= 0.9.10"
s.add_development_dependency "appraisal"
end