aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-12-17 12:37:03 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-12-17 13:31:49 -0200
commit606c435450fbbeba758c2a1b438b9fcb47bba5a8 (patch)
tree0046556d741359d00f9c813705205fc3a50b3f2c /Gemfile
parentff8510173017291e754e4d3a67040e4e161d8509 (diff)
downloadrails-606c435450fbbeba758c2a1b438b9fcb47bba5a8.tar.gz
rails-606c435450fbbeba758c2a1b438b9fcb47bba5a8.tar.bz2
rails-606c435450fbbeba758c2a1b438b9fcb47bba5a8.zip
Use released turbolinks in the test suite
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2f9e1eb897..d7e770e9ea 100644
--- a/Gemfile
+++ b/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'