This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree 3 files changed +1
-35
lines changed 3 files changed +1
-35
lines changed Original file line number Diff line number Diff line change @@ -15,39 +15,9 @@ before_install:
15
15
bundler_args : " --binstubs --standalone --without documentation --path ../bundle"
16
16
script : " script/run_build"
17
17
rvm :
18
- - 1.8.7
19
- - 1.9.2
20
- - 1.9.3
21
- - 2.0.0
22
- - 2.1
23
- - 2.2.10
24
- - 2.3.8
25
- - 2.4.10
26
- - 2.5.8
27
- - 2.6.6
28
- - 2.7.1
29
- - ruby-3.0.0-preview1
30
- - ruby-head
31
- - ree
32
- - rbx-3
33
- - jruby-9.1.7.0 # pin JRuby to this until travis/rvm can install later versions
34
- - jruby-head
35
- - jruby-1.7
18
+ - jruby-9.2.13.0
36
19
env :
37
20
- JRUBY_OPTS='--dev'
38
- matrix :
39
- include :
40
- - rvm : jruby-1.7
41
- env : JRUBY_OPTS='--dev --1.8'
42
- - rvm : 2.7.1
43
- env : DIFF_LCS_VERSION="~> 1.3.0"
44
- - rvm : 2.7.1
45
- env : DIFF_LCS_VERSION="1.4.3"
46
- allow_failures :
47
- - rvm : jruby-head
48
- - rvm : ruby-head
49
- - rvm : rbx-3
50
- fast_finish : true
51
21
branches :
52
22
only :
53
23
- main
Original file line number Diff line number Diff line change @@ -604,8 +604,6 @@ class << self
604
604
605
605
context "on a class with a private `new`" do
606
606
it 'uses the method signature from `#initialize` for arg verification' do
607
- pending "Failing on JRuby due to https://github.com/jruby/jruby/issues/2565" if RSpec ::Support ::Ruby . jruby?
608
-
609
607
subclass = Class . new ( klass ) do
610
608
private_class_method :new
611
609
end
Original file line number Diff line number Diff line change @@ -165,8 +165,6 @@ class << self
165
165
166
166
context "on a class with a private `new`" do
167
167
it 'uses the method signature from `#initialize` for arg verification' do
168
- pending "Failing on JRuby due to https://github.com/jruby/jruby/issues/2565" if RSpec ::Support ::Ruby . jruby?
169
-
170
168
klass = Class . new ( LoadedClass ) do
171
169
private_class_method :new
172
170
end
You can’t perform that action at this time.
0 commit comments