enkessler/cuke_cataloger

View on GitHub
Gemfile

Summary

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

# Specify your gem's dependencies in cuke_cataloger.gemspec
gemspec

# TODO: Upgrade to a Cucumber 4.x once it works completely
gem 'cucumber', '2.2.0'

# Generally, develop against the most recent supported version of stuff
gem 'cql', '~> 1.0'
gem 'cuke_modeler', '~> 3.0'
gem 'rake', '~> 13.0'
gem 'thor', '~> 1.0'