Skip to content

Commit

Permalink
Improvement Upgrade Slop Gem
Browse files Browse the repository at this point in the history
Upgrade slop gem on pry-remote to version 4ish.

Using pry-remote on projects like Gruf Framework is
throwing errors because slop gem is really old and not
compatible. We upgraded the version in one fork that
I created and it works.

Updating the gem reference on pry-remote.gemspec file
bumping the version to ~>4.0
  • Loading branch information
asccigcc committed Jul 29, 2021
1 parent fa2f5e9 commit 257074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pry-remote.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.require_paths = ["lib"]

s.add_dependency "slop", "~> 3.0"
s.add_dependency "slop", "~> 4.0"
s.add_dependency "pry", "~> 0.9"

s.executables = ["pry-remote"]
Expand Down

0 comments on commit 257074f

Please sign in to comment.