From d2665e4ef0dfc490c04c63390fd0ae83251777af Mon Sep 17 00:00:00 2001 From: kikito Date: Wed, 26 Aug 2015 16:51:58 +0200 Subject: [PATCH] adds bullet to gemfile --- Gemfile | 1 + Gemfile.lock | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Gemfile b/Gemfile index 14029a3c9..e381bc516 100644 --- a/Gemfile +++ b/Gemfile @@ -63,6 +63,7 @@ group :development, :test do gem "capistrano-bundler", '1.1.4', require: false gem "capistrano-rails", '1.1.3', require: false gem "capistrano-rvm", require: false + gem "bullet" end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index adeb5d99f..94e26694c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -62,6 +62,9 @@ GEM debug_inspector (>= 0.0.1) browser (0.9.1) builder (3.2.2) + bullet (4.14.7) + activesupport (>= 3.0.0) + uniform_notifier (~> 1.9.0) byebug (6.0.2) cancancan (1.12.0) capistrano (3.4.0) @@ -345,6 +348,7 @@ GEM kgio (~> 2.6) rack raindrops (~> 0.7) + uniform_notifier (1.9.0) user_agent_parser (2.2.0) uuidtools (2.1.5) warden (1.2.3) @@ -368,6 +372,7 @@ DEPENDENCIES acts_as_commentable_with_threading acts_as_votable ahoy_matey (~> 1.2.1) + bullet byebug cancancan capistrano (= 3.4.0)