Commit 4adac4deba315c182820a1fe820fe0d297ae21ab
1 parent
2c128f38
Exists in
master
and in
4 other branches
Move gitlab_meta gem to :production group
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
Gemfile
... | ... | @@ -75,7 +75,6 @@ gem 'settingslogic' |
75 | 75 | # Misc |
76 | 76 | gem "foreman" |
77 | 77 | gem "git" |
78 | -gem "gitlab_meta", '2.8' | |
79 | 78 | |
80 | 79 | group :assets do |
81 | 80 | gem "sass-rails", "3.2.5" |
... | ... | @@ -120,3 +119,7 @@ group :test do |
120 | 119 | gem 'resque_spec' |
121 | 120 | gem "webmock" |
122 | 121 | end |
122 | + | |
123 | +group :production do | |
124 | + gem "gitlab_meta", '2.8' | |
125 | +end | ... | ... |