1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Merge pull request #2110 from pry/method-source-bump

gemspec: bump method_source to `~> 1.0`
This commit is contained in:
Kyrylo Silin 2020-03-19 21:22:48 +08:00 committed by GitHub
commit 6462ae85ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@ DESC
s.files = `git ls-files bin lib *.md LICENSE`.split("\n")
s.add_dependency 'coderay', '~> 1.1'
s.add_dependency 'method_source', '~> 0.9.0'
s.add_dependency 'method_source', '~> 1.0'
s.metadata['changelog_uri'] = 'https://github.com/pry/pry/blob/master/CHANGELOG.md'
s.metadata['source_code_uri'] = 'https://github.com/pry/pry'