1
0
Fork 0
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:
Andrew Meyer 2014-04-18 14:23:44 -05:00 committed by Ryan Fitzgerald
parent 513fc182ca
commit ca31504f8c

View file

@ -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