Skip to content

Commit 668d461

Browse files
chore(deps-dev): bump standard from 1.43.0 to 1.44.0 (#424)
Bumps [standard](https://github.com/standardrb/standard) from 1.43.0 to 1.44.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.43.0...v1.44.0) --- updated-dependencies: - dependency-name: standard 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 a4be66c commit 668d461

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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.2"
1010
gem "rake-compiler"
11-
gem "standard", "~> 1.40"
11+
gem "standard", "~> 1.44"
1212
gem "get_process_mem"
1313
gem "yard", require: false
1414
gem "yard-rustdoc", "~> 0.4.0", require: false

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ GEM
2727
bigdecimal (>= 2.0)
2828
ffi (~> 1.0)
2929
json (2.9.1)
30-
language_server-protocol (3.17.0.3)
30+
language_server-protocol (3.17.0.4)
3131
lint_roller (1.1.0)
3232
parallel (1.26.3)
33-
parser (3.3.6.0)
33+
parser (3.3.7.0)
3434
ast (~> 2.4.1)
3535
racc
3636
prettier_print (1.2.1)
@@ -56,7 +56,7 @@ GEM
5656
diff-lcs (>= 1.2.0, < 2.0)
5757
rspec-support (~> 3.13.0)
5858
rspec-support (3.13.2)
59-
rubocop (1.69.2)
59+
rubocop (1.70.0)
6060
json (~> 2.3)
6161
language_server-protocol (>= 3.17.0)
6262
parallel (~> 1.10)
@@ -66,16 +66,16 @@ GEM
6666
rubocop-ast (>= 1.36.2, < 2.0)
6767
ruby-progressbar (~> 1.7)
6868
unicode-display_width (>= 2.4.0, < 4.0)
69-
rubocop-ast (1.37.0)
69+
rubocop-ast (1.38.0)
7070
parser (>= 3.3.1.0)
7171
rubocop-performance (1.23.1)
7272
rubocop (>= 1.48.1, < 2.0)
7373
rubocop-ast (>= 1.31.1, < 2.0)
7474
ruby-progressbar (1.13.0)
75-
standard (1.43.0)
75+
standard (1.44.0)
7676
language_server-protocol (~> 3.17.0.2)
7777
lint_roller (~> 1.0)
78-
rubocop (~> 1.69.1)
78+
rubocop (~> 1.70.0)
7979
standard-custom (~> 1.0.0)
8080
standard-performance (~> 1.6)
8181
standard-custom (1.0.2)
@@ -86,7 +86,7 @@ GEM
8686
rubocop-performance (~> 1.23.0)
8787
syntax_tree (5.3.0)
8888
prettier_print (>= 1.2.0)
89-
unicode-display_width (3.1.3)
89+
unicode-display_width (3.1.4)
9090
unicode-emoji (~> 4.0, >= 4.0.4)
9191
unicode-emoji (4.0.4)
9292
yard (0.9.37)
@@ -114,7 +114,7 @@ DEPENDENCIES
114114
rake (~> 13.2)
115115
rake-compiler
116116
rspec (~> 3.13)
117-
standard (~> 1.40)
117+
standard (~> 1.44)
118118
wasmtime!
119119
yard
120120
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)