Sha256: 1fbfa1b294608e64ea57f86575e0fd3d4628bf39ab4828729a051199bb04e18c
Contents?: true
Size: 540 Bytes
Versions: 2
Compression:
Stored size: 540 Bytes
Contents
source 'https://rubygems.org' # Specify your gem's dependencies in cuke_modeler.gemspec gemspec # cuke_modeler 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' gem 'mime-types', '<2.0.0' gem 'rest-client', '<1.7.0' elsif RUBY_VERSION =~ /^1\./ gem 'cucumber', '<2.0.0' end if RUBY_VERSION =~ /^2\./ gem 'gherkin', '>= 3.0.0' end if RUBY_VERSION =~ /^2\.[23456789]/ gem 'test-unit' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cuke_modeler-0.2.0 | Gemfile |
cuke_modeler-0.1.0 | Gemfile |