Skip to content

Commit

Permalink
Remove pry-byebug
Browse files Browse the repository at this point in the history
Byebug currently requires Ruby 2.4+ and this broke the
build on the bundle step. I've decide to remove it rather than pin it
to an older version as I don't think it's an essential dev
dependency.
  • Loading branch information
bbatsov committed Apr 30, 2019
1 parent fe316c2 commit a242d4a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ gemspec

gem 'bump', require: false
gem 'pry'
gem 'pry-byebug' if RUBY_ENGINE == 'ruby'
gem 'rake', '~> 12.0'
gem 'rspec', '~> 3.7'
gem 'rubocop-performance', '~> 1.1.0'
Expand Down

0 comments on commit a242d4a

Please sign in to comment.