New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

lts_fixes

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lts_fixes

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

lts_fixes

This is a collection of (currently exactly one) fixes to make some old rubygems compatible with Ruby 2.3+.

Installation

Add this line to the top of your application's Gemfile:

gem 'lts_fixes'

And then execute:

$ bundle

Fixes

Rspec 1.3

This patches Rspec 1.3.x to

  • not crash with the error uninitialized constant Spec::Runner::Options::Config,
  • fix issues with using subject

To activate it, you need to

  • add the following line to your spec/spec.opts:
    --require lts_fixes/rspec_1_3/runner
    
  • add the following line to your spec_helper.rb:
    require 'lts_fixes/rspec_1_3'
    

Credits

Tobias Kraze, makandra GmbH

FAQs

Package last updated on 06 Sep 2017

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