mirror of
https://github.com/ruby/ruby.git
synced 2026-01-28 21:14:28 +00:00
commands/pristine_spec.rb is passed with the turbo_tests 2.2.3 because it the removed json dependency. Related to https://github.com/ruby/ruby/pull/10496 Related to d60b2caa95b01f37d35db9ef8be1d035d14b408d
21 lines
415 B
Ruby
21 lines
415 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "test-unit", "~> 3.0"
|
|
gem "rake", "~> 13.1"
|
|
gem "rb_sys"
|
|
|
|
gem "webrick", "~> 1.6"
|
|
gem "turbo_tests", "~> 2.2.3"
|
|
gem "parallel_tests", "< 3.9.0"
|
|
gem "parallel", "~> 1.19"
|
|
gem "rspec-core", "~> 3.12"
|
|
gem "rspec-expectations", "~> 3.12"
|
|
gem "rspec-mocks", "~> 3.12"
|
|
gem "uri", "~> 0.13.0"
|
|
|
|
group :doc do
|
|
gem "nronn", "~> 0.11.1", platform: :ruby
|
|
end
|