Sha256: 146ab15f620b71470eb1425512326f18c152a3bff4ac216070a2abc8e353fdc7

Contents?: true

Size: 359 Bytes

Versions: 1

Compression:

Stored size: 359 Bytes

Contents

source "https://rubygems.org"

gemspec

group :docs do
  gem "yard"
  gem "redcarpet"
  gem "github-markup"
end

group :debug do
  gem "pry"
  gem "pry-byebug"
  gem "pry-stack_explorer", "~> 0.4.0" # 0.4 allows us to still test Ruby 2.5
end

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.5")
  gem "ohai", "<15"
  gem "activesupport", "~> 5.0"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omnibus-7.0.13 Gemfile