diff --git a/Gemfile b/Gemfile index 6ca891e..d001338 100644 --- a/Gemfile +++ b/Gemfile @@ -5,6 +5,8 @@ gem 'pg' gem 'bcrypt' gem 'unicorn-rails' +gem 'has_secure_token' + gem 'haml' gem 'rabl' diff --git a/Gemfile.lock b/Gemfile.lock index f7a0ebf..fcc6453 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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