mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
bump slop version
This commit is contained in:
parent
169090cc02
commit
09011ef726
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -21,7 +21,7 @@ def apply_spec_defaults(s)
|
|||
s.require_path = 'lib'
|
||||
s.add_dependency("ruby_parser",">=2.0.5")
|
||||
s.add_dependency("coderay",">=0.9.7")
|
||||
s.add_dependency("slop",">=1.5.2")
|
||||
s.add_dependency("slop",">=1.5.3")
|
||||
s.add_development_dependency("bacon",">=1.1.0")
|
||||
s.homepage = "http://banisterfiend.wordpress.com"
|
||||
s.has_rdoc = 'yard'
|
||||
|
|
Loading…
Add table
Reference in a new issue