Commit bb4b158d48b83788e67743e2649e3c415636b28a

Authored by Victor Costa
1 parent 67d07fd9

Fix merge with fix_lazy_queries branch

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
@@ -24,6 +24,10 @@ gem 'locale', '~> 2.0.5' @@ -24,6 +24,10 @@ gem 'locale', '~> 2.0.5'
24 # FIXME list here all actual dependencies (i.e. the ones in debian/control), 24 # FIXME list here all actual dependencies (i.e. the ones in debian/control),
25 # with their GEM names (not the Debian package names) 25 # with their GEM names (not the Debian package names)
26 26
  27 +group :development do
  28 + gem 'bullet'
  29 +end
  30 +
27 group :production do 31 group :production do
28 gem 'dalli', '~> 2.7.0' 32 gem 'dalli', '~> 2.7.0'
29 end 33 end