Only load byebug on MRI
This Gem relies on MRI specific debugging APIs. This at least allows installation on Rubinius/JRuby.
Showing
... | ... | @@ -227,7 +227,7 @@ end |
group :development, :test do | ||
gem 'awesome_print' | ||
gem 'byebug' | ||
gem 'byebug', platform: :mri | ||
gem 'fuubar', '~> 2.0.0' | ||
gem 'pry-rails' | ||
... | ... |
Please register or sign in to comment