1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix generated Gemfile missing gems on jruby

This commit is contained in:
David Rodríguez 2018-10-17 12:51:23 -03:00
parent ead868315f
commit 60e6269598
No known key found for this signature in database
GPG key ID: 1008A258BB37309C

View file

@ -45,6 +45,7 @@ group :development, :test do
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
end
<% end -%>
group :development do
<%- unless options.api? -%>
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
@ -75,7 +76,6 @@ group :test do
gem 'chromedriver-helper'
end
<%- end -%>
<% end -%>
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]