mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
added slop dependency
This commit is contained in:
parent
8e6e9abe24
commit
02668e07f9
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -21,6 +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_development_dependency("bacon",">=1.1.0")
|
||||
s.homepage = "http://banisterfiend.wordpress.com"
|
||||
s.has_rdoc = 'yard'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue