Sha256: 4b2a75d2e1cfda0fc3ea210eba9fd600925031569ce74e929f77d9f3c576fa56
Contents?: true
Size: 605 Bytes
Versions: 3
Compression:
Stored size: 605 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" # how_is only supports Ruby versions receiving general bug fixes ("normal # maintenance"). This should be updated when a Ruby version goes into security # 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
how_is-19.0.0 | Gemfile |
how_is-18.1.0 | Gemfile |
how_is-18.0.5 | Gemfile |