Skip to content

Commit

Permalink
Skip bundler-shellsplit-plugin
Browse files Browse the repository at this point in the history
Its source does not exist, and its summary explicitly says the problem
has been fixed in Bundler 2.1.0
  • Loading branch information
ccutrer committed Oct 9, 2023
1 parent 4a4256b commit ae65311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 0 additions & 4 deletions data/known_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions lib/tasks/regenerate_known_plugins_yml.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit ae65311

Please sign in to comment.