diff options
author | Ian Ker-Seymer <i.kerseymer@gmail.com> | 2016-02-26 18:01:12 -0500 |
---|---|---|
committer | Ian Ker-Seymer <i.kerseymer@gmail.com> | 2016-02-26 18:01:12 -0500 |
commit | 25a8ba935fad69d3dfe038227736976a9ab2044f (patch) | |
tree | ea163893555d15f9832342aaf430d57432752084 /railties/lib | |
parent | bf1ac69636f6dabfd993afd4ad29416514816daf (diff) | |
download | rails-25a8ba935fad69d3dfe038227736976a9ab2044f.tar.gz rails-25a8ba935fad69d3dfe038227736976a9ab2044f.tar.bz2 rails-25a8ba935fad69d3dfe038227736976a9ab2044f.zip |
Specify plaform: :mri for byebug
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/Gemfile | 2 |
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 |