Skip to content

Commit

Permalink
Merge pull request #33 from rking/master
Browse files Browse the repository at this point in the history
Allow pry versions greater than 0.9.x
  • Loading branch information
nixme committed Apr 26, 2013
2 parents 6125203 + c3abfc4 commit 77e1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pry-debugger.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |gem|

# Dependencies
gem.required_ruby_version = '>= 1.9.2'
gem.add_runtime_dependency 'pry', '~> 0.9.10'
gem.add_runtime_dependency 'pry', '>= 0.9.10'
gem.add_runtime_dependency 'debugger', '~> 1.3'
gem.add_development_dependency 'pry-remote', '~> 0.1.6'
end

0 comments on commit 77e1c04

Please sign in to comment.