From a413533caed8fcba1ae49d464769ad6c07b321ba Mon Sep 17 00:00:00 2001 From: Cody Cutrer Date: Mon, 9 Oct 2023 14:09:12 -0600 Subject: [PATCH] Skip bundler-shellsplit-plugin (#1234) Its source does not exist, and its summary explicitly says the problem has been fixed in Bundler 2.1.0 --- data/known_plugins.yml | 4 ---- lib/tasks/regenerate_known_plugins_yml.rake | 5 +++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/data/known_plugins.yml b/data/known_plugins.yml index e5e9e89a2a..1f52d6c7a1 100644 --- a/data/known_plugins.yml +++ b/data/known_plugins.yml @@ -57,10 +57,6 @@ :summary: A Bundler plugin that installs gems in an additional private Gemfile after bundle install. :uri: https://github.com/fphilipe/bundler-private_install -- :name: bundler-shellsplit-plugin - :summary: Plugin to fix shell splitting of bundle config arguments in Bundler 1.17.3 - to Bundler 2.0.2, fixed in Bundler 2.1.0. - :uri: https://github.com/wovnio/bundler-shellsplit-plugin - :name: bundler-source-aws-s3 :summary: Add aws-s3 source to bundler via plugin. :uri: https://github.com/eki/bundler-source-aws-s3 diff --git a/lib/tasks/regenerate_known_plugins_yml.rake b/lib/tasks/regenerate_known_plugins_yml.rake index bdefb12f79..1a020caa5b 100644 --- a/lib/tasks/regenerate_known_plugins_yml.rake +++ b/lib/tasks/regenerate_known_plugins_yml.rake @@ -10,11 +10,12 @@ task :regenerate_known_plugins_yml do extended_bundler-errors ] skipped_gems = %w[ + bundler-explain + bundler-fast_git bundler-interactive source-does-not-exist yanked-all-but-last bundler-next bundler-security - bundler-explain - bundler-fast_git + bundler-shellsplit-plugin ] rubygems = Gem::Source.new("https://rubygems.org")