Skip to content

Commit 25a8ba9

Browse files
committed
Specify plaform: :mri for byebug
1 parent bf1ac69 commit 25a8ba9

File tree

1 file changed

+1
-1
lines changed
  • railties/lib/rails/generators/rails/app/templates

1 file changed

+1
-1
lines changed

railties/lib/rails/generators/rails/app/templates/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source 'https://rubygems.org'
2626
<% if RUBY_ENGINE == 'ruby' -%>
2727
group :development, :test do
2828
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
29-
gem 'byebug'
29+
gem 'byebug', platform: :mri
3030
end
3131
3232
group :development do

0 commit comments

Comments
 (0)