Commit 26a9faab authored by Robert Speicher's avatar Robert Speicher

Merge pull request #9452 from YorickPeterse/master

Only load byebug on MRI
parents 895d988d 58b94be9
...@@ -227,7 +227,7 @@ end ...@@ -227,7 +227,7 @@ end
group :development, :test do group :development, :test do
gem 'awesome_print' gem 'awesome_print'
gem 'byebug' gem 'byebug', platform: :mri
gem 'fuubar', '~> 2.0.0' gem 'fuubar', '~> 2.0.0'
gem 'pry-rails' 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