Skip to content

Commit

Permalink
Pin Pry ByeBug version
Browse files Browse the repository at this point in the history
Pry ByeBug > `2.0.0` conflicts with Pry Remote.
This pin is necessary until the conflict is solved.
See:
* [deivid-rodriguez/pry-byebug#33](deivid-rodriguez/pry-byebug#33)
* [Mon-Ouie/pry-remote#58](Mon-Ouie/pry-remote#58)

This commit closes #3
  • Loading branch information
plribeiro3000 committed Feb 5, 2015
1 parent c5cf7f6 commit f8633e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jazz_fingers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'pry-doc', '~> 0.6'
gem.add_runtime_dependency 'pry-git', '~> 0.2'
gem.add_runtime_dependency 'pry-remote', '>= 0.1.7'
gem.add_runtime_dependency 'pry-byebug', '~> 2.0.0'
gem.add_runtime_dependency 'pry-byebug', '1.3.3'
gem.add_runtime_dependency 'hirb', '~> 0.7'
gem.add_runtime_dependency 'pry-coolline', '~> 0.2'
gem.add_runtime_dependency 'awesome_print', '~> 1.6.1'
Expand Down

0 comments on commit f8633e7

Please sign in to comment.