Commit 58b94be9 authored by Yorick Peterse's avatar Yorick Peterse

Only load byebug on MRI

This Gem relies on MRI specific debugging APIs. This at least allows
installation on Rubinius/JRuby.
parent ff3b68ac
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment