Sha256: d550d74dd967d7da465912d247d8bcbb292415d665dca62191f8188e9e72fd00

Contents?: true

Size: 514 Bytes

Versions: 3

Compression:

Stored size: 514 Bytes

Contents

source 'https://rubygems.org'

gemspec :path => "../"
gem "gherkin", "< 3.0.0"

# 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 'mime-types', '<2.0.0'
  gem 'rest-client', '<1.7.0'
  gem 'rake', '< 11.0' # Rake dropped 1.8.x support after this version
elsif RUBY_VERSION =~ /^1\./
  gem 'cucumber', '>=1.0.0', '<2.0.0'
end

if RUBY_VERSION =~ /^2\.[23456789]/
  gem 'test-unit'
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cuke_modeler-0.4.1 gemfiles/gherkin.gemfile
cuke_modeler-0.4.0 gemfiles/gherkin.gemfile
cuke_modeler-0.3.0 gemfiles/gherkin.gemfile