mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use jquery-rails master
This commit is contained in:
parent
fcbdac7e82
commit
dd1fb2d769
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -8,7 +8,7 @@ gemspec
|
||||||
gem 'mocha', '~> 0.14', require: false
|
gem 'mocha', '~> 0.14', require: false
|
||||||
|
|
||||||
gem 'rack-cache', '~> 1.2'
|
gem 'rack-cache', '~> 1.2'
|
||||||
gem 'jquery-rails', '~> 3.1.0'
|
gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master'
|
||||||
gem 'coffee-rails', '~> 4.0.0'
|
gem 'coffee-rails', '~> 4.0.0'
|
||||||
gem 'rails-html-sanitizer'
|
gem 'rails-html-sanitizer'
|
||||||
gem 'turbolinks', '~> 2.2.3'
|
gem 'turbolinks', '~> 2.2.3'
|
||||||
|
|
|
@ -281,7 +281,7 @@ module Rails
|
||||||
[]
|
[]
|
||||||
else
|
else
|
||||||
gems = [coffee_gemfile_entry, javascript_runtime_gemfile_entry]
|
gems = [coffee_gemfile_entry, javascript_runtime_gemfile_entry]
|
||||||
gems << GemfileEntry.version("#{options[:javascript]}-rails", nil,
|
gems << GemfileEntry.github("#{options[:javascript]}-rails", "rails/#{options[:javascript]}-rails",
|
||||||
"Use #{options[:javascript]} as the JavaScript library")
|
"Use #{options[:javascript]} as the JavaScript library")
|
||||||
|
|
||||||
gems << GemfileEntry.version("turbolinks", nil,
|
gems << GemfileEntry.version("turbolinks", nil,
|
||||||
|
|
Loading…
Reference in a new issue