mirror of https://github.com/rails/rails
Dependencies: bump to jquery-rails 4.0.0.beta2
This commit is contained in:
parent
b1bc95bfa5
commit
381f9931ec
2
Gemfile
2
Gemfile
|
@ -9,7 +9,7 @@ gem 'mocha', '~> 0.14', require: false
|
|||
|
||||
gem 'rack-cache', '~> 1.2'
|
||||
# TODO: Release this gem
|
||||
gem 'jquery-rails', '~> 4.0.0.beta1'
|
||||
gem 'jquery-rails', '~> 4.0.0.beta2'
|
||||
gem 'coffee-rails', '~> 4.0.0'
|
||||
# TODO: Release this gem
|
||||
gem 'rails-html-sanitizer', github: 'rails/rails-html-sanitizer'
|
||||
|
|
|
@ -283,7 +283,7 @@ module Rails
|
|||
gems = [coffee_gemfile_entry, javascript_runtime_gemfile_entry]
|
||||
|
||||
if options[:javascript] == 'jquery'
|
||||
gems << GemfileEntry.version('jquery-rails', '~> 4.0.0.beta1',
|
||||
gems << GemfileEntry.version('jquery-rails', '~> 4.0.0.beta2',
|
||||
'Use jQuery as the JavaScript library')
|
||||
else
|
||||
gems << GemfileEntry.version("#{options[:javascript]}-rails", nil,
|
||||
|
|
Loading…
Reference in New Issue