Skip to content

Commit

Permalink
Bump pry-rescue version and dependency on pry
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwoo authored Nov 12, 2018
1 parent abae44e commit 1140719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pry-rescue.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'pry-rescue'
s.version = '1.4.5'
s.version = '1.5.0'
s.summary = 'Open a pry session on any unhandled exceptions'
s.description = 'Allows you to wrap code in Pry::rescue{ } to open a pry session at any unhandled exceptions'
s.homepage = 'https://github.com/ConradIrwin/pry-rescue'
Expand All @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']
s.executables = s.files.grep(%r{^bin/}).map{|f| File.basename f}

s.add_dependency 'pry'
s.add_dependency 'pry', '>= 0.12.0'
s.add_dependency 'interception', '>= 0.5'

s.add_development_dependency 'pry-stack_explorer' # upgrade to regular dep?
Expand Down

0 comments on commit 1140719

Please # to comment.