Skip to content

Commit db21d41

Browse files
chore(deps-dev): bump standard from 1.51.1 to 1.52.0 (#543)
Bumps [standard](https://github.com/standardrb/standard) from 1.51.1 to 1.52.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.51.1...v1.52.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.52.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0353fc4 commit db21d41

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gemspec
88
group :development do
99
gem "rake", "~> 13.3"
1010
gem "rake-compiler"
11-
gem "standard", "~> 1.51"
11+
gem "standard", "~> 1.52"
1212
gem "get_process_mem"
1313
gem "yard", require: false
1414
gem "yard-rustdoc", "~> 0.4.0", require: false

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ GEM
2626
get_process_mem (1.0.0)
2727
bigdecimal (>= 2.0)
2828
ffi (~> 1.0)
29-
json (2.15.0)
29+
json (2.16.0)
3030
language_server-protocol (3.17.0.5)
3131
lint_roller (1.1.0)
3232
parallel (1.27.0)
33-
parser (3.3.9.0)
33+
parser (3.3.10.0)
3434
ast (~> 2.4.1)
3535
racc
3636
prettier_print (1.2.1)
37-
prism (1.5.1)
37+
prism (1.6.0)
3838
racc (1.8.1)
3939
rainbow (3.1.1)
4040
rake (13.3.1)
@@ -57,29 +57,29 @@ GEM
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.13.0)
5959
rspec-support (3.13.6)
60-
rubocop (1.80.2)
60+
rubocop (1.81.7)
6161
json (~> 2.3)
6262
language_server-protocol (~> 3.17.0.2)
6363
lint_roller (~> 1.1.0)
6464
parallel (~> 1.10)
6565
parser (>= 3.3.0.2)
6666
rainbow (>= 2.2.2, < 4.0)
6767
regexp_parser (>= 2.9.3, < 3.0)
68-
rubocop-ast (>= 1.46.0, < 2.0)
68+
rubocop-ast (>= 1.47.1, < 2.0)
6969
ruby-progressbar (~> 1.7)
7070
unicode-display_width (>= 2.4.0, < 4.0)
71-
rubocop-ast (1.47.1)
71+
rubocop-ast (1.48.0)
7272
parser (>= 3.3.7.2)
7373
prism (~> 1.4)
7474
rubocop-performance (1.25.0)
7575
lint_roller (~> 1.1)
7676
rubocop (>= 1.75.0, < 2.0)
7777
rubocop-ast (>= 1.38.0, < 2.0)
7878
ruby-progressbar (1.13.0)
79-
standard (1.51.1)
79+
standard (1.52.0)
8080
language_server-protocol (~> 3.17.0.2)
8181
lint_roller (~> 1.0)
82-
rubocop (~> 1.80.2)
82+
rubocop (~> 1.81.7)
8383
standard-custom (~> 1.0.0)
8484
standard-performance (~> 1.8)
8585
standard-custom (1.0.2)
@@ -118,7 +118,7 @@ DEPENDENCIES
118118
rake (~> 13.3)
119119
rake-compiler
120120
rspec (~> 3.13)
121-
standard (~> 1.51)
121+
standard (~> 1.52)
122122
wasmtime!
123123
yard
124124
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)