aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-12-18 04:12:50 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-12-18 04:13:53 -0200
commit8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b (patch)
treec207659732ba2439f167476fd13ee9541cc38ad8 /Gemfile
parent2750b1b4177db03a0848432e9413a0b3acec38c8 (diff)
downloadrails-8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b.tar.gz
rails-8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b.tar.bz2
rails-8f8cb1baa3b5609969805fcdd7295f3d7de2bd6b.zip
Install jquery-rails
It will make sure that the generated application in the tests get the gem.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9ab6cddbeb..e4e59241fb 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,6 +13,7 @@ gem 'rack', github: 'rack/rack', branch: 'master'
gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
+gem 'jquery-rails'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'