Only load byebug on MRI
This Gem relies on MRI specific debugging APIs. This at least allows
installation on Rubinius/JRuby.
Showing
Please
register
or
sign in
to comment
BigW Consortium Gitlab
... | ... | @@ -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' | ||
... | ... |