mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Use released turbolinks in the test suite
This commit is contained in:
parent
ff85101730
commit
606c435450
2 changed files with 4 additions and 10 deletions
2
Gemfile
2
Gemfile
|
@ -16,7 +16,7 @@ gem 'mocha', '~> 0.14', require: false
|
|||
gem 'rack-cache', '~> 1.2'
|
||||
gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master'
|
||||
gem 'coffee-rails', '~> 4.1.0'
|
||||
gem 'turbolinks', github: 'rails/turbolinks', branch: 'master'
|
||||
gem 'turbolinks'
|
||||
gem 'arel', github: 'rails/arel', branch: 'master'
|
||||
gem 'mail', github: 'mikel/mail', branch: 'master'
|
||||
|
||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -70,14 +70,6 @@ GIT
|
|||
activesupport (>= 4.0)
|
||||
sprockets (>= 3.0.0)
|
||||
|
||||
GIT
|
||||
remote: git://github.com/rails/turbolinks.git
|
||||
revision: ad583843fdaa0c1f61462a346a495981ca314460
|
||||
branch: master
|
||||
specs:
|
||||
turbolinks (3.0.0)
|
||||
coffee-rails
|
||||
|
||||
GIT
|
||||
remote: git://github.com/sass/sass.git
|
||||
revision: bce9509f396225d721501ea1070a6871b708abb1
|
||||
|
@ -319,6 +311,8 @@ GEM
|
|||
thread_safe (0.3.5)
|
||||
timers (4.1.1)
|
||||
hitimes
|
||||
turbolinks (2.5.3)
|
||||
coffee-rails
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo-data (1.2015.7)
|
||||
|
@ -389,7 +383,7 @@ DEPENDENCIES
|
|||
sqlite3 (~> 1.3.6)
|
||||
stackprof
|
||||
sucker_punch
|
||||
turbolinks!
|
||||
turbolinks
|
||||
tzinfo-data
|
||||
uglifier (>= 1.3.0)
|
||||
w3c_validators
|
||||
|
|
Loading…
Reference in a new issue