enkessler/cuke_modeler

View on GitHub
testing/gemfiles/gherkin25.gemfile

Summary

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

gemspec path: '../../'

# 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', '~> 25.0'