Bundle has_secure_token gem dependency
This commit is contained in:
parent
fedf565389
commit
7d1274cbb3
2
Gemfile
2
Gemfile
@ -5,6 +5,8 @@ gem 'pg'
|
||||
gem 'bcrypt'
|
||||
gem 'unicorn-rails'
|
||||
|
||||
gem 'has_secure_token'
|
||||
|
||||
gem 'haml'
|
||||
gem 'rabl'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user