Skip to content

Commit

Permalink
Merge pull request rails#23920 from ianks/master
Browse files Browse the repository at this point in the history
Specify plaform: :mri for byebug
  • Loading branch information
rafaelfranca committed Feb 26, 2016
2 parents bf1ac69 + 25a8ba9 commit 84252a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/generators/rails/app/templates/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ source 'https://rubygems.org'
<% if RUBY_ENGINE == 'ruby' -%>
group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'byebug'
gem 'byebug', platform: :mri
end
group :development do
Expand Down

0 comments on commit 84252a4

Please sign in to comment.