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
This commit is contained in:
ilyazub 2024-04-16 18:11:27 +02:00 committed by Hiroshi SHIBATA
parent 6443d690ae
commit b7c4c8869c
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -7,7 +7,7 @@ gem "rake", "~> 13.1"
gem "rb_sys"
gem "webrick", "~> 1.6"
gem "turbo_tests", "= 2.2.0"
gem "turbo_tests", "~> 2.2.3"
gem "parallel_tests", "< 3.9.0"
gem "parallel", "~> 1.19"
gem "rspec-core", "~> 3.12"