We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf1ac69 commit 25a8ba9Copy full SHA for 25a8ba9
railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -26,7 +26,7 @@ source 'https://rubygems.org'
26
<% if RUBY_ENGINE == 'ruby' -%>
27
group :development, :test do
28
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
29
- gem 'byebug'
+ gem 'byebug', platform: :mri
30
end
31
32
group :development do
0 commit comments