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

Commit 2a1f9b1

Browse files
Bump standard from 1.12.1 to 1.22.1
Bumps [standard](https://github.com/testdouble/standard) from 1.12.1 to 1.22.1. - [Release notes](https://github.com/testdouble/standard/releases) - [Changelog](https://github.com/testdouble/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.12.1...v1.22.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68e325f commit 2a1f9b1

1 file changed

Lines changed: 15 additions & 11 deletions

File tree

Gemfile.lock

Lines changed: 15 additions & 11 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.2)
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.0.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.6.2)
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.42.0)
52+
json (~> 2.3)
5053
parallel (~> 1.10)
51-
parser (>= 3.1.0.0)
54+
parser (>= 3.1.2.1)
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.24.1, < 2.0)
5659
ruby-progressbar (~> 1.7)
5760
unicode-display_width (>= 1.4.0, < 3.0)
58-
rubocop-ast (1.19.1)
61+
rubocop-ast (1.24.1)
5962
parser (>= 3.1.1.0)
60-
rubocop-performance (1.13.3)
63+
rubocop-performance (1.15.2)
6164
rubocop (>= 1.7.0, < 2.0)
6265
rubocop-ast (>= 0.4.0)
6366
ruby-progressbar (1.11.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.22.1)
72+
language_server-protocol (~> 3.17.0.2)
73+
rubocop (= 1.42.0)
74+
rubocop-performance (= 1.15.2)
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)