summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilyazub <282605+ilyazub@users.noreply.github.com>2024-04-16 18:11:27 +0200
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-04-19 08:32:01 +0900
commitb7c4c8869cbedccd92fb2a598515ab56c1aee925 (patch)
tree826faeed51bb1f731fdcf3fbe18b3c4de10a5961
parent6443d690aead62d8d1ecd3fe32601455496390c6 (diff)
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
-rw-r--r--tool/bundler/dev_gems.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/bundler/dev_gems.rb b/tool/bundler/dev_gems.rb
index 74f4190f11..1422cfc7a5 100644
--- a/tool/bundler/dev_gems.rb
+++ b/tool/bundler/dev_gems.rb
@@ -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"