mirror of https://github.com/rails/rails
Use jquery-rails master
This commit is contained in:
parent
fcbdac7e82
commit
dd1fb2d769
2
Gemfile
2
Gemfile
|
@ -8,7 +8,7 @@ gemspec
|
|||
gem 'mocha', '~> 0.14', require: false
|
||||
|
||||
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 'rails-html-sanitizer'
|
||||
gem 'turbolinks', '~> 2.2.3'
|
||||
|
|
|
@ -281,7 +281,7 @@ module Rails
|
|||
[]
|
||||
else
|
||||
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")
|
||||
|
||||
gems << GemfileEntry.version("turbolinks", nil,
|
||||
|
|
Loading…
Reference in New Issue