Skip to content

Commit

Permalink
Skip two Bundler plugins known to be outdated
Browse files Browse the repository at this point in the history
I ran the Rake task locally, and got the data/ file updated like that.

Fixes #1231
  • Loading branch information
olleolleolle committed Oct 9, 2023
1 parent 529900e commit 956bb5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions data/known_plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,6 @@
- :name: bundler-ecology
:summary: Bundler plugin to avoid installing unwanted gems
:uri: https://github.com/eco-rb/bundler-ecology
- :name: bundler-explain
:summary: Explains bundle update conflicts
:uri: https://github.com/jhawthorn/bundler-explain
- :name: bundler-fast_git
:summary: Make bundler git source faster
:uri: https://github.com/mtsmfm/bundler-fast_git
- :name: bundler-graph
:summary: Generates a visual dependency graph for your Gemfile
:uri: https://github.com/rubygems/bundler-graph
Expand Down
2 changes: 2 additions & 0 deletions lib/tasks/regenerate_known_plugins_yml.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ task :regenerate_known_plugins_yml do
bundler-interactive source-does-not-exist yanked-all-but-last
bundler-next
bundler-security
bundler-explain
bundler-fast_git
]

rubygems = Gem::Source.new("https://rubygems.org")
Expand Down

0 comments on commit 956bb5f

Please sign in to comment.