mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
gemspec: change method_source back to '~> 0.9.0'
The change in d14f76500a
wasn't really necessary.
I actually forgot that you don't have to do it since `~>` installs 0.9.x. The
`>=` requirement may bit us in the future.
This commit is contained in:
parent
6ef68d7703
commit
2113ae2493
1 changed files with 1 additions and 1 deletions
|
@ -28,5 +28,5 @@ Gem::Specification.new do |s|
|
|||
s.files = `git ls-files bin lib *.md LICENSE`.split("\n")
|
||||
|
||||
s.add_dependency 'coderay', '~> 1.1.0'
|
||||
s.add_dependency 'method_source', '>= 0.9.1'
|
||||
s.add_dependency 'method_source', '~> 0.9.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue