mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Require method_source >= 0.8.1 for Ruby 2.0+ compatability
Ensure that multi-line input works correctly on Ruby 2.0 and later. Fixes #1197.
This commit is contained in:
parent
513fc182ca
commit
ca31504f8c
1 changed files with 1 additions and 1 deletions
|
@ -18,6 +18,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency 'coderay', '~> 1.1.0'
|
||||
s.add_dependency 'slop', '~> 3.4'
|
||||
s.add_dependency 'method_source', '~> 0.8'
|
||||
s.add_dependency 'method_source', '~> 0.8.1'
|
||||
s.add_development_dependency 'bundler', '~> 1.0'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue