Sha256: cae74ee816b998c8f144d6f27f6c8200245599d50789640ad82e694ece3c1680
Contents?: true
Size: 676 Bytes
Versions: 3
Compression:
Stored size: 676 Bytes
Contents
source 'https://rubygems.org' gemspec :path => "../../" # cuke_cataloger can play with pretty much any version of these but they all play differently with Ruby if RUBY_VERSION =~ /^1\.8/ gem 'cucumber', '< 1.3.0' gem 'gherkin', '< 2.12.0' elsif RUBY_VERSION =~ /^1\./ gem 'cucumber', '< 2.0.0' end if RUBY_VERSION =~ /^1\./ gem 'tins', '< 1.7' # The 'tins' gem requires Ruby 2.x on/after this version gem 'json', '< 2.0' # The 'json' gem drops pre-Ruby 2.x support on/after this version gem 'term-ansicolor', '< 1.4' # The 'term-ansicolor' gem requires Ruby 2.x on/after this version end gem 'cuke_modeler', '< 2.0' gem 'rake', '~> 10.0'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cuke_cataloger-1.5.0 | testing/gemfiles/rake10.gemfile |
cuke_cataloger-1.4.1 | testing/gemfiles/rake10.gemfile |
cuke_cataloger-1.4.0 | testing/gemfiles/rake10.gemfile |