Skip to content

don't use slop in library use #1362

@ytti

Description

@ytti

When we do

require 'pry'
pry.binding

We shouldn't need slop. If we do, then the code we're running cannot run different version of slop. Quickly looking at code, it wasn't 100% straight forward to me. Once removed the dependency, I got:

Found plugin pry-byebug, but could not require 'pry-byebug'
Unable to activate byebug-3.5.1, because slop-4.0.0 conflicts with slop (~> 3.6)

Couldn't figure out where the dependencies for slop come to external libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions