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

Use the compatible version of coffee-rails

This commit is contained in:
Rafael Mendonça França 2016-06-30 14:03:15 -03:00
parent d3170a2df4
commit ab84c8fbd3
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails'
gem 'coffee-rails', '~> 4.1.0'
gem 'coffee-rails', '~> 4.2'
gem 'turbolinks', github: 'turbolinks/turbolinks-rails'
# require: false so bcrypt is loaded only when has_secure_password is used.

View file

@ -312,7 +312,7 @@ module Rails
end
def coffee_gemfile_entry
GemfileEntry.version 'coffee-rails', '~> 4.1.0', 'Use CoffeeScript for .coffee assets and views'
GemfileEntry.version 'coffee-rails', '~> 4.2', 'Use CoffeeScript for .coffee assets and views'
end
def javascript_gemfile_entry