mirror of
https://github.com/discourse/discourse.git
synced 2025-03-23 01:35:42 +08:00
DEV: Avoid duplication of gems in gemfile.
Follow-up to 08c6a7679d8f74e5b63df167c179388bd9e3e43f
This commit is contained in:
parent
1b649016d9
commit
2818ebd19f
7
Gemfile
7
Gemfile
@ -177,14 +177,9 @@ group :development do
|
||||
gem 'yaml-lint'
|
||||
end
|
||||
|
||||
if ENV["ALLOW_DEV_POPULATE"] == "1"
|
||||
group ENV["ALLOW_DEV_POPULATE"] == "1" ? :production : :development do
|
||||
gem 'discourse_dev_assets'
|
||||
gem 'faker', "~> 2.16"
|
||||
else
|
||||
group :development do
|
||||
gem 'discourse_dev_assets'
|
||||
gem 'faker', "~> 2.16"
|
||||
end
|
||||
end
|
||||
|
||||
# this is an optional gem, it provides a high performance replacement
|
||||
|
Loading…
x
Reference in New Issue
Block a user