Skip to content

Commit

Permalink
Update pry-rescue to 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Jan 23, 2024
1 parent 25ea435 commit 1e6609a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pryx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'pry-nav', '~>1.0.0'

# Following runtime dependencies and it's dependencies is dynamic loaded when pry! is running.
# So, following dependencies can't be required in running in a container.
# So, following dependencies can't be required when running in a container.
s.add_runtime_dependency 'looksee', '~>5.0'
s.add_runtime_dependency 'pry-aa_ancestors', '~>0.0.1'
s.add_runtime_dependency 'pry-doc', '~>1.5'
s.add_runtime_dependency 'pry-hier', '~>0.1'
s.add_runtime_dependency 'pry-power_assert', '~>0.0.2'
s.add_runtime_dependency 'pry-rescue', '~>1.5'
s.add_runtime_dependency 'pry-rescue', '~>1.6'
s.add_runtime_dependency 'pry-stack_explorer', '~>0.6'

s.add_development_dependency 'm', '~>1.6'
Expand Down

0 comments on commit 1e6609a

Please sign in to comment.