Skip to content

Commit d0fd7b5

Browse files
committed
Roll back for 2.7 compatibility
1 parent f392300 commit d0fd7b5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Gemfile.lock

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,21 @@ GEM
2323
rainbow (3.1.1)
2424
rake (13.0.6)
2525
regexp_parser (2.9.2)
26-
rubocop (1.66.1)
26+
rexml (3.3.9)
27+
rubocop (1.64.1)
2728
json (~> 2.3)
2829
language_server-protocol (>= 3.17.0)
2930
parallel (~> 1.10)
3031
parser (>= 3.3.0.2)
3132
rainbow (>= 2.2.2, < 4.0)
32-
regexp_parser (>= 2.4, < 3.0)
33-
rubocop-ast (>= 1.32.2, < 2.0)
33+
regexp_parser (>= 1.8, < 3.0)
34+
rexml (>= 3.2.5, < 4.0)
35+
rubocop-ast (>= 1.31.1, < 2.0)
3436
ruby-progressbar (~> 1.7)
3537
unicode-display_width (>= 2.4.0, < 3.0)
3638
rubocop-ast (1.34.1)
3739
parser (>= 3.3.1.0)
38-
rubocop-performance (1.22.1)
40+
rubocop-performance (1.21.1)
3941
rubocop (>= 1.48.1, < 2.0)
4042
rubocop-ast (>= 1.31.1, < 2.0)
4143
ruby-progressbar (1.13.0)
@@ -45,18 +47,18 @@ GEM
4547
simplecov_json_formatter (~> 0.1)
4648
simplecov-html (0.13.1)
4749
simplecov_json_formatter (0.1.4)
48-
standard (1.41.1)
50+
standard (1.37.0)
4951
language_server-protocol (~> 3.17.0.2)
5052
lint_roller (~> 1.0)
51-
rubocop (~> 1.66.0)
53+
rubocop (~> 1.64.0)
5254
standard-custom (~> 1.0.0)
53-
standard-performance (~> 1.5)
55+
standard-performance (~> 1.4)
5456
standard-custom (1.0.2)
5557
lint_roller (~> 1.0)
5658
rubocop (~> 1.50)
57-
standard-performance (1.5.0)
59+
standard-performance (1.4.0)
5860
lint_roller (~> 1.1)
59-
rubocop-performance (~> 1.22.0)
61+
rubocop-performance (~> 1.21.0)
6062
unicode-display_width (2.6.0)
6163

6264
PLATFORMS

0 commit comments

Comments
 (0)