Skip to content

Commit

Permalink
Let pry-developer_tools work with 0.10.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbalbert committed Jul 10, 2012
1 parent 9c3bd5d commit e793862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pry-developer_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Gem::Specification.new do |s|
s.rubyforge_project = '[none]'
s.required_rubygems_version = '>= 1.3.6'

s.add_runtime_dependency 'pry', '~> 0.9.8.pre'
s.add_runtime_dependency 'pry', '>= 0.9.8.pre', '< 0.11'
s.add_development_dependency 'rake' , '~> 0.9.2'
end

0 comments on commit e793862

Please sign in to comment.