1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler/plugin
Andre Arko c5f78ade5a
[rubygems/rubygems] fix dangling empty hooks
it turns out that running `bundle plugin uninstall some-plugin` would remove that plugin from the list of hooks, but if the list of hooks for an event was now empty, we would serialize the empty array into yaml as an empty single bullet item. which would then get unserialized as a plugin with the name empty string. which we would then try to load and explode. 😬

https://github.com/rubygems/rubygems/commit/545ebba9a5
2021-07-16 15:40:08 +09:00
..
api Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
installer Merge bundler-2.2.0.rc.2 2020-10-15 17:19:02 +09:00
api.rb
dsl.rb Merge prepare version of Bundler 2.2.0 2020-12-08 17:30:02 +09:00
events.rb
index.rb [rubygems/rubygems] fix dangling empty hooks 2021-07-16 15:40:08 +09:00
installer.rb Merge RubyGems/Bundler master from 8459ebd6ad65ce3397233416dc64083ae7572bb9 2021-07-14 10:48:07 +09:00
source_list.rb Sync latest development version of bundler & rubygems 2021-03-08 13:47:35 +09:00