ruby/tool/bundler/dev_gems.rb
ilyazub b7c4c8869c
Update turbo_tests to 2.2.3 or higher
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
2024-04-19 08:32:01 +09:00

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