Commit 7d06b77b49c6f473ca4f8c444f9d31cf0470bda6
1 parent
b91e8669
Exists in
master
and in
27 other branches
Gemfile: remove gettext from group development
It is needed to compile translations, so not only in development
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -15,7 +15,7 @@ gem 'nokogiri', '~> 1.5.5' |
15 | 15 | gem 'rake', :require => false |
16 | 16 | gem 'rest-client', '~> 1.6.7' |
17 | 17 | gem 'exception_notification', '~> 4.0.1' |
18 | -gem 'gettext', '~> 2.2.1', :require => false, :group => :development | |
18 | +gem 'gettext', '~> 2.2.1', :require => false | |
19 | 19 | gem 'locale', '~> 2.0.5' |
20 | 20 | gem 'whenever', :require => false |
21 | 21 | gem 'eita-jrails', '>= 0.9.5', :require => 'jrails' | ... | ... |