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