enkessler/cuke_modeler

View on GitHub
testing/gemfiles/gherkin11.gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

gemspec path: '../../'

if RUBY_VERSION =~ /^2\.3/
  gem 'childprocess', '< 4.0' # Requires Ruby 2.4 at this version
  gem 'parallel', '< 1.20' # Requires Ruby 2.5 at this version
  gem 'simplecov-html', '< 0.11' # Requires Ruby 2.4 at this version
end

gem 'activesupport', '< 7.1' # API changes that (transitively) break this version of cucumber-gherkin

# Only versions of Cucumber that rely on the old `gherkin3` gem can be used
# with versions of the gherkin gem for which there was never a cucumber release
gem 'cucumber', '2.2.0'

gem 'cucumber-gherkin', '~> 11.0'