Commit a1ec80fbe8e377097f933c0986958f2c199999b7
1 parent
b4435ba8
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
Added support to bullet gem in development
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
Gemfile
| ... | ... | @@ -23,6 +23,10 @@ gem 'locale', '~> 2.0.5' |
| 23 | 23 | # FIXME list here all actual dependencies (i.e. the ones in debian/control), |
| 24 | 24 | # with their GEM names (not the Debian package names) |
| 25 | 25 | |
| 26 | +group :development do | |
| 27 | + gem 'bullet' | |
| 28 | +end | |
| 29 | + | |
| 26 | 30 | group :production do |
| 27 | 31 | gem 'dalli', '~> 2.7.0' |
| 28 | 32 | end | ... | ... |
config/environments/development.rb