File: Gemfile

package info (click to toggle)
ruby-cucumber-core 16.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 764 kB
  • sloc: ruby: 5,074; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

source 'https://rubygems.org'

gemspec

# To hack on Cucumber together with any of these libraries, uncomment the line below:
# gem 'cucumber-gherkin', path: '../gherkin/ruby'
# gem 'cucumber-messages', path: '../messages/ruby'