mirror of
https://github.com/pry/pry-rails.git
synced 2022-11-09 12:36:03 -05:00
removing pry-doc as dependency
This commit is contained in:
parent
ebc990dfb8
commit
fc50ff4089
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
module PryRails
|
||||
VERSION = "0.0.4"
|
||||
VERSION = "0.0.5"
|
||||
end
|
||||
|
|
|
@ -21,5 +21,5 @@ Gem::Specification.new do |s|
|
|||
# specify any dependencies here; for example:
|
||||
# s.add_development_dependency "rspec"
|
||||
# s.add_runtime_dependency "rest-client"
|
||||
%w(pry pry-doc).each {|d| s.add_dependency d}
|
||||
s.add_dependency "pry"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue