DEV: Remove dynamic inclusions from Gemfile (#28847)

Added in 7c3a29c, broke Dependabot parsing.
This commit is contained in:
Jarek Radosz 2024-09-11 13:39:15 +02:00 committed by GitHub
parent 691d872c4b
commit 6a677d1cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -286,7 +286,4 @@ group :migrations, optional: true do
# CLI
gem "ruby-progressbar"
# additional Gemfiles from converters
Dir[File.expand_path("migrations/**/Gemfile", __dir__)].each { |path| eval_gemfile(path) }
end