Skip to content

Commit fbebd54

Browse files
committed
Fix tests in CRuby 2.6 and JRuby
1 parent b40017f commit fbebd54

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ group :test do
1616
end
1717

1818
group :development do
19-
gem "rubocop"
19+
gem "rubocop", "~> 1.50.2"
2020
gem "rubocop-minitest"
2121
gem "rubocop-performance"
2222
gem "rubocop-rake"

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@ GEM
2020
docile (1.4.0)
2121
execjs (2.9.1)
2222
json (2.7.1)
23-
language_server-protocol (3.17.0.3)
23+
json (2.7.1-java)
2424
minitest (5.20.0)
2525
parallel (1.24.0)
2626
parser (3.2.2.4)
2727
ast (~> 2.4.1)
2828
racc
2929
racc (1.7.3)
30+
racc (1.7.3-java)
3031
rack (3.0.8)
3132
rainbow (3.1.1)
3233
rake (13.1.0)
3334
regexp_parser (2.8.3)
3435
rexml (3.2.6)
35-
rubocop (1.59.0)
36+
rubocop (1.50.2)
3637
json (~> 2.3)
37-
language_server-protocol (>= 3.17.0)
3838
parallel (~> 1.10)
39-
parser (>= 3.2.2.4)
39+
parser (>= 3.2.0.0)
4040
rainbow (>= 2.2.2, < 4.0)
4141
regexp_parser (>= 1.8, < 3.0)
4242
rexml (>= 3.2.5, < 4.0)
43-
rubocop-ast (>= 1.30.0, < 2.0)
43+
rubocop-ast (>= 1.28.0, < 2.0)
4444
ruby-progressbar (~> 1.7)
4545
unicode-display_width (>= 2.4.0, < 3.0)
4646
rubocop-ast (1.30.0)
@@ -66,12 +66,13 @@ GEM
6666
PLATFORMS
6767
arm64-darwin-22
6868
ruby
69+
universal-java-1.8
6970

7071
DEPENDENCIES
7172
bundler (~> 2.4.0)
7273
minitest
7374
rake (>= 11)
74-
rubocop
75+
rubocop (~> 1.50.2)
7576
rubocop-minitest
7677
rubocop-performance
7778
rubocop-rake

0 commit comments

Comments
 (0)