|
- source 'https://rubygems.org'
-
- git_source(:github) { |repo| "https://github.com/#{repo}.git" }
-
- gemspec
-
- gem 'rubocop', '1.43.0'
- gem 'rubocop-packaging', '0.5.2'
-
- # To hack on Cucumber together with any of these libraries, uncomment the line below:
- # gem 'cucumber-core', path: '../cucumber-ruby-core'
- # gem 'cucumber-cucumber-expressions', path: '../cucumber-expressions/ruby'
- # gem 'cucumber-gherkin', path: '../common/gherkin/ruby'
- # gem 'cucumber-html-formatter', path: '../html-formatter/ruby'
- # gem 'cucumber-messages', path: '../common/messages/ruby'
|