The gem executes rbs collection update
after bundle command.
Install the gem:
$ gem install bundler-rbs-collection
Register the plugin with Bundler:
Globally:
$ cd ~ && bundle plugin install bundler-rbs-collection
Per Project:
$ cd /path/to/project && bundle plugin install bundler-rbs-collection
If it's your only plugin, remove the plugin file from whichever directory you installed it:
$ rm .bundle/plugin/index
If you have other plugins, edit .bundle/plugin/index
and remove relevant entries.
MIT License