Skip to content

Commit

Permalink
Loosen pry dependency now that pry-byebug is compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlogic committed Mar 28, 2020
1 parent 14798f8 commit 9976d33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rails_autoscale_agent.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rspec", "~> 3.0"
spec.add_development_dependency "vcr", "~> 3.0"
spec.add_development_dependency "webmock"
# pry 0.13.0 seems to be incompatible with pry-byebug 3.8.0
spec.add_development_dependency "pry", "0.12.2"
spec.add_development_dependency "pry"
spec.add_development_dependency "pry-byebug"
spec.add_development_dependency "sidekiq", "~> 5.0"
spec.add_development_dependency "delayed_job"
Expand Down

0 comments on commit 9976d33

Please sign in to comment.