aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIan Ker-Seymer <i.kerseymer@gmail.com>2016-02-26 18:01:12 -0500
committerIan Ker-Seymer <i.kerseymer@gmail.com>2016-02-26 18:01:12 -0500
commit25a8ba935fad69d3dfe038227736976a9ab2044f (patch)
treeea163893555d15f9832342aaf430d57432752084
parentbf1ac69636f6dabfd993afd4ad29416514816daf (diff)
downloadrails-25a8ba935fad69d3dfe038227736976a9ab2044f.tar.gz
rails-25a8ba935fad69d3dfe038227736976a9ab2044f.tar.bz2
rails-25a8ba935fad69d3dfe038227736976a9ab2044f.zip
Specify plaform: :mri for byebug
-rw-r--r--railties/lib/rails/generators/rails/app/templates/Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/Gemfile b/railties/lib/rails/generators/rails/app/templates/Gemfile
index f3bc9d9734..e8ec214b28 100644
--- a/railties/lib/rails/generators/rails/app/templates/Gemfile
+++ b/railties/lib/rails/generators/rails/app/templates/Gemfile
@@ -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