You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
s.description = "Pry is a featureful REPL that looks like it can work nicely with ruby-debug. This gem adds a 'pry' command to invoke Pry in the current context."
s.required_rubygems_version = ">= 1.3.6"
s.add_dependency("pry", ">= 0.8.3")
# s.add_dependency("ruby-debug", "~> 0.10.4") if RUBY_VERSION < "1.9"
# s.add_dependency("ruby-debug19", "~> 0.11.6") if RUBY_VERSION >= "1.9"