Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bundler-unload

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundler-unload

  • 1.0.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Bundler Unload

Allow unloading bundler after Bundler.load.

Installation

gem install bundler-unload

Example 1

require 'bundler-unload'
Bundler.with_bundle do |bundler|
  bundler.spec.do_the_magic
end

Example 2

require 'bundler-unload'
rubygems_spec = Bundler.rubygems.plain_specs
begin
  Bundler.load.spec.do_the_magic
ensure
  Bundler.unload!(rubygems_spec)
end

Authors

  • Michal Papis mpapis@gmail.com

Thanks

  • Joshua Hull
  • Carl Lerche

FAQs

Package last updated on 22 Sep 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc