Skip to content

Commit 92d9d23

Browse files
build(deps): bump standard from 1.40.1 to 1.41.0
Bumps [standard](https://github.com/standardrb/standard) from 1.40.1 to 1.41.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.40.1...v1.41.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1bf9940 commit 92d9d23

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ gem "rake", "~> 13.0"
99

1010
gem "minitest", "~> 5.16"
1111

12-
gem "standard", "~> 1.40"
12+
gem "standard", "~> 1.41"

Gemfile.lock

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,36 +19,34 @@ GEM
1919
rainbow (3.1.1)
2020
rake (13.2.1)
2121
regexp_parser (2.9.2)
22-
rexml (3.3.8)
23-
rubocop (1.65.1)
22+
rubocop (1.66.1)
2423
json (~> 2.3)
2524
language_server-protocol (>= 3.17.0)
2625
parallel (~> 1.10)
2726
parser (>= 3.3.0.2)
2827
rainbow (>= 2.2.2, < 4.0)
2928
regexp_parser (>= 2.4, < 3.0)
30-
rexml (>= 3.2.5, < 4.0)
31-
rubocop-ast (>= 1.31.1, < 2.0)
29+
rubocop-ast (>= 1.32.2, < 2.0)
3230
ruby-progressbar (~> 1.7)
3331
unicode-display_width (>= 2.4.0, < 3.0)
3432
rubocop-ast (1.32.3)
3533
parser (>= 3.3.1.0)
36-
rubocop-performance (1.21.1)
34+
rubocop-performance (1.22.1)
3735
rubocop (>= 1.48.1, < 2.0)
3836
rubocop-ast (>= 1.31.1, < 2.0)
3937
ruby-progressbar (1.13.0)
40-
standard (1.40.1)
38+
standard (1.41.0)
4139
language_server-protocol (~> 3.17.0.2)
4240
lint_roller (~> 1.0)
43-
rubocop (~> 1.65.0)
41+
rubocop (~> 1.66.0)
4442
standard-custom (~> 1.0.0)
45-
standard-performance (~> 1.4)
43+
standard-performance (~> 1.5)
4644
standard-custom (1.0.2)
4745
lint_roller (~> 1.0)
4846
rubocop (~> 1.50)
49-
standard-performance (1.4.0)
47+
standard-performance (1.5.0)
5048
lint_roller (~> 1.1)
51-
rubocop-performance (~> 1.21.0)
49+
rubocop-performance (~> 1.22.0)
5250
unicode-display_width (2.6.0)
5351

5452
PLATFORMS
@@ -58,7 +56,7 @@ PLATFORMS
5856
DEPENDENCIES
5957
minitest (~> 5.16)
6058
rake (~> 13.0)
61-
standard (~> 1.40)
59+
standard (~> 1.41)
6260
tailwindcss-ruby!
6361

6462
BUNDLED WITH

0 commit comments

Comments
 (0)