aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2016-06-30 14:35:25 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2016-06-30 14:35:25 -0300
commite4c8aae643f36377a2eb6d42360eccc3f1f0d398 (patch)
tree4949a034396c27c198c09263a2e94e0018262f53 /Gemfile
parentd0a5f878d32a4b95f5e866d3b5612acd4b7d16c7 (diff)
downloadrails-e4c8aae643f36377a2eb6d42360eccc3f1f0d398.tar.gz
rails-e4c8aae643f36377a2eb6d42360eccc3f1f0d398.tar.bz2
rails-e4c8aae643f36377a2eb6d42360eccc3f1f0d398.zip
Point to released coffee-rails
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 5650147099..012a7ec61a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails'
-gem 'coffee-rails', github: 'rails/coffee-rails'
+gem 'coffee-rails'
gem 'turbolinks', github: 'turbolinks/turbolinks-rails'
# require: false so bcrypt is loaded only when has_secure_password is used.