Commit 4adac4de authored by Robert Speicher's avatar Robert Speicher

Move gitlab_meta gem to :production group

parent 2c128f38
......@@ -75,7 +75,6 @@ gem 'settingslogic'
# Misc
gem "foreman"
gem "git"
gem "gitlab_meta", '2.8'
group :assets do
gem "sass-rails", "3.2.5"
......@@ -120,3 +119,7 @@ group :test do
gem 'resque_spec'
gem "webmock"
end
group :production do
gem "gitlab_meta", '2.8'
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment