Skip to content

Commit c1d248a

Browse files
Merge pull request #7569 from rubygems/port-turbo-tests-pinning
Explicily lock turbo_tests to 2.2.0 in Gemfile (cherry picked from commit a0ac208)
1 parent 3e30545 commit c1d248a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tool/bundler/dev_gems.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
gem "rb_sys"
88

99
gem "webrick", "~> 1.6"
10-
gem "turbo_tests", "~> 2.1"
10+
gem "turbo_tests", "= 2.2.0"
1111
gem "parallel_tests", "< 3.9.0"
1212
gem "parallel", "~> 1.19"
1313
gem "rspec-core", "~> 3.12"

tool/bundler/dev_gems.rb.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ DEPENDENCIES
8080
rspec-expectations (~> 3.12)
8181
rspec-mocks (~> 3.12)
8282
test-unit (~> 3.0)
83-
turbo_tests (~> 2.1)
83+
turbo_tests (= 2.2.0)
8484
uri (~> 0.13.0)
8585
webrick (~> 1.6)
8686

0 commit comments

Comments
 (0)