From 9bb2e7ce7374712e57bf66faf2228a113a2514ad Mon Sep 17 00:00:00 2001 From: Lars Henrik Mai Date: Mon, 20 Jul 2015 21:17:20 +0200 Subject: [PATCH] add quiet_assets and factory_girls gems --- Gemfile | 10 ++++++++-- Gemfile.lock | 9 +++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index fcb9d7f..4424910 100644 --- a/Gemfile +++ b/Gemfile @@ -35,8 +35,10 @@ gem 'elasticsearch-dsl' # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', '~> 0.4.0', group: :doc -# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring -gem 'spring', group: :development +group :development do + gem 'spring' + gem 'quiet_assets' +end group :development, :test do gem 'pry' @@ -44,6 +46,10 @@ group :development, :test do gem 'launchy' end +group :test do + gem 'factory_girl_rails' +end + # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' diff --git a/Gemfile.lock b/Gemfile.lock index d5da58c..1b6c132 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,6 +68,11 @@ GEM multi_json erubis (2.7.0) execjs (2.5.2) + factory_girl (4.5.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.5.0) + factory_girl (~> 4.5.0) + railties (>= 3.0.0) faraday (0.9.1) multipart-post (>= 1.2, < 3) foundation-rails (5.5.1.2) @@ -113,6 +118,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + quiet_assets (1.1.0) + railties (>= 3.1, < 5.0) rack (1.6.0) rack-test (0.6.3) rack (>= 1.0) @@ -197,6 +204,7 @@ DEPENDENCIES elasticsearch elasticsearch-dsl elasticsearch-model + factory_girl_rails foundation-rails jquery-rails kaminari @@ -205,6 +213,7 @@ DEPENDENCIES omniauth omniauth-browserid pry + quiet_assets rails rails-i18n sass-rails