Sha256: 1b62a85c72d063039427cffd1ca4187b51aa1d8909f0613587a3cec3b9077e2c

Contents?: true

Size: 337 Bytes

Versions: 5

Compression:

Stored size: 337 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

gemspec

if RUBY_VERSION == "2.0.0"
  gem "json", "2.4.1"
  gem "rake", "12.3.3"
end
gem "pastel", "~> 0.8.0"
gem "yardstick", "~> 0.9.9"

if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("2.7.0")
  gem "coveralls_reborn", "~> 0.28.0"
  gem "simplecov", "~> 0.22.0"
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
planter-cli-3.0.7 lib/tty-spinner/Gemfile
planter-cli-3.0.5 lib/tty-spinner/Gemfile
planter-cli-3.0.4 lib/tty-spinner/Gemfile
planter-cli-3.0.3 lib/tty-spinner/Gemfile
planter-cli-3.0.2 lib/tty-spinner/Gemfile