Install jquery-rails

It will make sure that the generated application in the tests get the
gem.
This commit is contained in:
Rafael Mendonça França 2015-12-18 04:12:50 -02:00
parent 2750b1b417
commit 8f8cb1baa3
2 changed files with 6 additions and 0 deletions

View File

@ -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'

View File

@ -168,6 +168,10 @@ GEM
hitimes (1.2.3)
hitimes (1.2.3-x86-mingw32)
i18n (0.7.0)
jquery-rails (4.0.5)
rails-dom-testing (~> 1.0)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (1.8.3)
kindlerb (0.1.1)
mustache
@ -311,6 +315,7 @@ DEPENDENCIES
dalli (>= 2.2.1)
delayed_job
delayed_job_active_record
jquery-rails
json
kindlerb (= 0.1.1)
listen (~> 3.0.5)