Bundle has_secure_token gem dependency

This commit is contained in:
Thibault Jouan 2015-05-04 20:24:49 +00:00
parent fedf565389
commit 7d1274cbb3
2 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,8 @@ gem 'pg'
gem 'bcrypt'
gem 'unicorn-rails'
gem 'has_secure_token'
gem 'haml'
gem 'rabl'

View File

@ -90,6 +90,8 @@ GEM
spork (>= 0.8.4)
haml (4.0.6)
tilt
has_secure_token (1.0.0)
activerecord (>= 3.0)
hitimes (1.2.2)
i18n (0.7.0)
jquery-rails (4.0.3)
@ -226,6 +228,7 @@ DEPENDENCIES
guard-rspec
guard-spork
haml
has_secure_token
jquery-rails
pg
pry-rails