Skip to content

Commit 9d1f342

Browse files
chore(deps-dev): bump standard from 1.53.0 to 1.54.0 (#573)
Bumps [standard](https://github.com/standardrb/standard) from 1.53.0 to 1.54.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.53.0...v1.54.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.54.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e6a963d commit 9d1f342

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.53"
11+
gem "standard", "~> 1.54"
1212
gem "get_process_mem"
1313
gem "yard", require: false
1414
gem "yard-rustdoc", "~> 0.4.0", require: false

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ GEM
3030
get_process_mem (1.0.0)
3131
bigdecimal (>= 2.0)
3232
ffi (~> 1.0)
33-
json (2.18.0)
33+
json (2.18.1)
3434
language_server-protocol (3.17.0.5)
3535
lint_roller (1.1.0)
3636
parallel (1.27.0)
37-
parser (3.3.10.1)
37+
parser (3.3.10.2)
3838
ast (~> 2.4.1)
3939
racc
4040
prettier_print (1.2.1)
@@ -68,15 +68,15 @@ GEM
6868
diff-lcs (>= 1.2.0, < 2.0)
6969
rspec-support (~> 3.13.0)
7070
rspec-support (3.13.6)
71-
rubocop (1.82.1)
71+
rubocop (1.84.2)
7272
json (~> 2.3)
7373
language_server-protocol (~> 3.17.0.2)
7474
lint_roller (~> 1.1.0)
7575
parallel (~> 1.10)
7676
parser (>= 3.3.0.2)
7777
rainbow (>= 2.2.2, < 4.0)
7878
regexp_parser (>= 2.9.3, < 3.0)
79-
rubocop-ast (>= 1.48.0, < 2.0)
79+
rubocop-ast (>= 1.49.0, < 2.0)
8080
ruby-progressbar (~> 1.7)
8181
unicode-display_width (>= 2.4.0, < 4.0)
8282
rubocop-ast (1.49.0)
@@ -87,10 +87,10 @@ GEM
8787
rubocop (>= 1.75.0, < 2.0)
8888
rubocop-ast (>= 1.47.1, < 2.0)
8989
ruby-progressbar (1.13.0)
90-
standard (1.53.0)
90+
standard (1.54.0)
9191
language_server-protocol (~> 3.17.0.2)
9292
lint_roller (~> 1.0)
93-
rubocop (~> 1.82.0)
93+
rubocop (~> 1.84.0)
9494
standard-custom (~> 1.0.0)
9595
standard-performance (~> 1.8)
9696
standard-custom (1.0.2)
@@ -132,7 +132,7 @@ DEPENDENCIES
132132
rake-compiler
133133
rdoc
134134
rspec (~> 3.13)
135-
standard (~> 1.53)
135+
standard (~> 1.54)
136136
wasmtime!
137137
yard
138138
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)