From bb4b158d48b83788e67743e2649e3c415636b28a Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 3 Nov 2014 12:24:08 -0300 Subject: [PATCH] Fix merge with fix_lazy_queries branch --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 7937124..83185c6 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,10 @@ gem 'locale', '~> 2.0.5' # FIXME list here all actual dependencies (i.e. the ones in debian/control), # with their GEM names (not the Debian package names) +group :development do + gem 'bullet' +end + group :production do gem 'dalli', '~> 2.7.0' end -- libgit2 0.21.2