Skip to content

Commit

Permalink
Require method_source >= 0.8.1 for Ruby 2.0+ compatability
Browse files Browse the repository at this point in the history
Ensure that multi-line input works correctly on Ruby 2.0 and later.

Fixes #1197.
  • Loading branch information
Ajedi32 authored and johnny5 committed Apr 18, 2014
1 parent 88707dc commit 487f548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pry.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 487f548

Please sign in to comment.