Skip to content

Commit

Permalink
Use released turbolinks in the test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 17, 2015
1 parent ff85101 commit 606c435
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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'

Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -389,7 +383,7 @@ DEPENDENCIES
sqlite3 (~> 1.3.6)
stackprof
sucker_punch
turbolinks!
turbolinks
tzinfo-data
uglifier (>= 1.3.0)
w3c_validators
Expand Down

0 comments on commit 606c435

Please sign in to comment.