File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 9
9
gem 'fileutils' , '>= 1.2.0'
10
10
gem 'rake-compiler'
11
11
gem 'test-unit'
12
- gem "test-unit-ruby-core"
12
+ gem "test-unit-ruby-core" , '>= 1.0.7'
13
13
gem "rdoc"
Original file line number Diff line number Diff line change @@ -178,10 +178,6 @@ def test_ractor_parallel
178
178
omit "This test is flaky and intermittently failing now on ModGC workflow" if ENV [ 'GITHUB_WORKFLOW' ] == 'ModGC'
179
179
180
180
assert_ractor ( <<~RUBY , require : 'etc' , timeout : 60 )
181
- class Ractor
182
- alias join take
183
- end unless Ractor.method_defined? :value # compat with Ruby 3.4 and olders
184
-
185
181
10.times.map do
186
182
Ractor.new do
187
183
100.times do
@@ -208,10 +204,6 @@ class Ractor
208
204
209
205
def test_ractor_unsafe
210
206
assert_ractor ( <<~RUBY , require : 'etc' )
211
- class Ractor
212
- alias value take
213
- end unless Ractor.method_defined? :value # compat with Ruby 3.4 and olders
214
-
215
207
r = Ractor.new do
216
208
begin
217
209
Etc.passwd
You can’t perform that action at this time.
0 commit comments