Add branch to gems pointing to github so that we can use local checkouts

This commit is contained in:
Carlos Antonio da Silva 2015-01-02 10:26:10 -02:00
parent 70c2777d1c
commit 58009ace37
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ gem 'rake', '>= 10.3'
gem 'mocha', '~> 0.14', require: false
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', github: 'rails/jquery-rails'
gem 'jquery-rails', github: 'rails/jquery-rails', branch: 'master'
gem 'coffee-rails', '~> 4.1.0'
gem 'turbolinks'
gem 'arel', github: 'rails/arel'
gem 'arel', github: 'rails/arel', branch: 'master'
# require: false so bcrypt is loaded only when has_secure_password is used.
# This is to avoid ActiveModel (and by extension the entire framework)