Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 2eb68f1

Browse files
Update dependency standard to v1.26.0
1 parent e16f448 commit 2eb68f1

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

Gemfile.lock

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,19 @@ GEM
2121
i18n (1.12.0)
2222
concurrent-ruby (~> 1.0)
2323
influxdb-client (2.6.0)
24+
json (2.6.3)
25+
language_server-protocol (3.17.0.3)
2426
minitest (5.17.0)
2527
octokit (4.25.0)
2628
faraday (>= 1, < 3)
2729
sawyer (~> 0.9)
2830
optparse (0.2.0)
2931
parallel (1.22.1)
30-
parser (3.1.2.0)
32+
parser (3.2.2.0)
3133
ast (~> 2.4.1)
3234
public_suffix (4.0.7)
3335
rainbow (3.1.1)
34-
regexp_parser (2.5.0)
36+
regexp_parser (2.7.0)
3537
rexml (3.2.5)
3638
rspec (3.11.0)
3739
rspec-core (~> 3.11.0)
@@ -46,31 +48,33 @@ GEM
4648
diff-lcs (>= 1.2.0, < 2.0)
4749
rspec-support (~> 3.11.0)
4850
rspec-support (3.11.0)
49-
rubocop (1.29.1)
51+
rubocop (1.48.1)
52+
json (~> 2.3)
5053
parallel (~> 1.10)
51-
parser (>= 3.1.0.0)
54+
parser (>= 3.2.0.0)
5255
rainbow (>= 2.2.2, < 4.0)
5356
regexp_parser (>= 1.8, < 3.0)
5457
rexml (>= 3.2.5, < 4.0)
55-
rubocop-ast (>= 1.17.0, < 2.0)
58+
rubocop-ast (>= 1.26.0, < 2.0)
5659
ruby-progressbar (~> 1.7)
57-
unicode-display_width (>= 1.4.0, < 3.0)
58-
rubocop-ast (1.19.1)
59-
parser (>= 3.1.1.0)
60-
rubocop-performance (1.13.3)
60+
unicode-display_width (>= 2.4.0, < 3.0)
61+
rubocop-ast (1.28.0)
62+
parser (>= 3.2.1.0)
63+
rubocop-performance (1.16.0)
6164
rubocop (>= 1.7.0, < 2.0)
6265
rubocop-ast (>= 0.4.0)
63-
ruby-progressbar (1.11.0)
66+
ruby-progressbar (1.13.0)
6467
ruby2_keywords (0.0.5)
6568
sawyer (0.9.2)
6669
addressable (>= 2.3.5)
6770
faraday (>= 0.17.3, < 3)
68-
standard (1.12.1)
69-
rubocop (= 1.29.1)
70-
rubocop-performance (= 1.13.3)
71+
standard (1.26.0)
72+
language_server-protocol (~> 3.17.0.2)
73+
rubocop (~> 1.48.1)
74+
rubocop-performance (~> 1.16.0)
7175
tzinfo (2.0.5)
7276
concurrent-ruby (~> 1.0)
73-
unicode-display_width (2.2.0)
77+
unicode-display_width (2.4.2)
7478

7579
PLATFORMS
7680
ruby

0 commit comments

Comments
 (0)