Sha256: 5f27e1d0a863e96c8eb4179a0f7ff0e16428453cefe664c10144eec123eda1f1
Contents?: true
Size: 598 Bytes
Versions: 2
Compression:
Stored size: 598 Bytes
Contents
source 'https://rubygems.org' gemspec :path => "../../" gem "gherkin", "~> 4.0" # cuke_modeler can play with pretty much any version of these but they all play differently with Ruby 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 elsif RUBY_VERSION =~ /^2\./ if RUBY_VERSION =~ /^2\.[23456789]/ gem 'test-unit' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-1.3.0 | testing/gemfiles/gherkin4.gemfile |
cuke_modeler-1.2.1 | testing/gemfiles/gherkin4.gemfile |