File: Gemfile

package info (click to toggle)
ruby-parallel-tests 5.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 760 kB
  • sloc: ruby: 5,446; javascript: 16; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# frozen_string_literal: true
source 'https://rubygems.org'
gemspec

gem 'bump'
gem 'test-unit'
gem 'minitest'
gem 'rspec'
gem 'cucumber'
gem 'cuke_modeler'
gem 'spinach'
gem 'racc' # need for spinach on 3.3+ https://github.com/codegram/spinach/issues/256
gem 'rake'
gem 'rubocop', '~> 1.73.1' # lock minor so we do not get accidental violations
gem 'logger' # to silence warnings in tests, not a real dependency