mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
version 0.11.1 release
With updated method_source dependency to ensure ruby 2.4 support
This commit is contained in:
parent
9d244c3e5f
commit
c281638b77
2 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
class Pry
|
||||
VERSION = "0.11.0"
|
||||
VERSION = "0.11.1"
|
||||
end
|
||||
|
|
|
@ -19,6 +19,6 @@ 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.8.1'
|
||||
s.add_dependency 'method_source', '~> 0.9.0'
|
||||
s.add_development_dependency 'bundler', '~> 1.0'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue