You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 years ago
123456789101112131415
  1. source 'https://rubygems.org'
  2. git_source(:github) { |repo| "https://github.com/#{repo}.git" }
  3. gemspec
  4. gem 'rubocop', '1.43.0'
  5. gem 'rubocop-packaging', '0.5.2'
  6. # To hack on Cucumber together with any of these libraries, uncomment the line below:
  7. # gem 'cucumber-core', path: '../cucumber-ruby-core'
  8. # gem 'cucumber-cucumber-expressions', path: '../cucumber-expressions/ruby'
  9. # gem 'cucumber-gherkin', path: '../common/gherkin/ruby'
  10. # gem 'cucumber-html-formatter', path: '../html-formatter/ruby'
  11. # gem 'cucumber-messages', path: '../common/messages/ruby'

No Description

Contributors (1)