Commit bb4b158d48b83788e67743e2649e3c415636b28a
1 parent
67d07fd9
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Fix merge with fix_lazy_queries branch
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -24,6 +24,10 @@ gem 'locale', '~> 2.0.5' |
24 | 24 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
25 | 25 | # with their GEM names (not the Debian package names) |
26 | 26 | |
27 | +group :development do | |
28 | + gem 'bullet' | |
29 | +end | |
30 | + | |
27 | 31 | group :production do |
28 | 32 | gem 'dalli', '~> 2.7.0' |
29 | 33 | end | ... | ... |