From 7d1274cbb38200a7c2da2bdebc663168ca7a9423 Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Mon, 4 May 2015 20:24:49 +0000 Subject: [PATCH] Bundle has_secure_token gem dependency --- Gemfile | 2 ++ Gemfile.lock | 3 +++ 2 files changed, 5 insertions(+) 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