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:
parent
0e234c06b7
commit
0322399b5f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue