Gemfile in how_is-19.0.0 vs Gemfile in how_is-20.0.0
- old
+ new
@@ -7,11 +7,5 @@
# maintenance. Ruby maintenance: https://www.ruby-lang.org/en/downloads/branches/
ruby "~> 2.3"
# Specify your gem's dependencies in how_is.gemspec
gemspec
-
-# TODO: move Pry back to gemspec, once a version is released that does not rely
-# on an ancient version of Slop. Reason: gemspecs can not handle git deps.
-group :development do
- gem "pry", git: "https://github.com/pry/pry.git"
-end