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:
commit
6462ae85ea
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue