-
Notifications
You must be signed in to change notification settings - Fork 607
don't use slop in library use #1362
Copy link
Copy link
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels