mirror of
https://github.com/discourse/discourse.git
synced 2025-03-31 20:20:04 +08:00
DEV: Remove dynamic inclusions from Gemfile (#28847)
Added in 7c3a29c, broke Dependabot parsing.
This commit is contained in:
parent
691d872c4b
commit
6a677d1cfc
3
Gemfile
3
Gemfile
@ -286,7 +286,4 @@ group :migrations, optional: true do
|
|||||||
|
|
||||||
# CLI
|
# CLI
|
||||||
gem "ruby-progressbar"
|
gem "ruby-progressbar"
|
||||||
|
|
||||||
# additional Gemfiles from converters
|
|
||||||
Dir[File.expand_path("migrations/**/Gemfile", __dir__)].each { |path| eval_gemfile(path) }
|
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user