Skip to content

Commit f28c30e

Browse files
chore(deps-dev): bump standard from 1.52.0 to 1.53.0 (#566)
Bumps [standard](https://github.com/standardrb/standard) from 1.52.0 to 1.53.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: standard dependency-version: 1.53.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 ee8863d commit f28c30e

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

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

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ GEM
2828
get_process_mem (1.0.0)
2929
bigdecimal (>= 2.0)
3030
ffi (~> 1.0)
31-
json (2.16.0)
31+
json (2.18.0)
3232
language_server-protocol (3.17.0.5)
3333
lint_roller (1.1.0)
3434
parallel (1.27.0)
35-
parser (3.3.10.0)
35+
parser (3.3.10.1)
3636
ast (~> 2.4.1)
3737
racc
3838
prettier_print (1.2.1)
39-
prism (1.6.0)
39+
prism (1.9.0)
4040
psych (5.3.1)
4141
date
4242
stringio
@@ -66,37 +66,37 @@ GEM
6666
diff-lcs (>= 1.2.0, < 2.0)
6767
rspec-support (~> 3.13.0)
6868
rspec-support (3.13.6)
69-
rubocop (1.81.7)
69+
rubocop (1.82.1)
7070
json (~> 2.3)
7171
language_server-protocol (~> 3.17.0.2)
7272
lint_roller (~> 1.1.0)
7373
parallel (~> 1.10)
7474
parser (>= 3.3.0.2)
7575
rainbow (>= 2.2.2, < 4.0)
7676
regexp_parser (>= 2.9.3, < 3.0)
77-
rubocop-ast (>= 1.47.1, < 2.0)
77+
rubocop-ast (>= 1.48.0, < 2.0)
7878
ruby-progressbar (~> 1.7)
7979
unicode-display_width (>= 2.4.0, < 4.0)
80-
rubocop-ast (1.48.0)
80+
rubocop-ast (1.49.0)
8181
parser (>= 3.3.7.2)
82-
prism (~> 1.4)
83-
rubocop-performance (1.25.0)
82+
prism (~> 1.7)
83+
rubocop-performance (1.26.1)
8484
lint_roller (~> 1.1)
8585
rubocop (>= 1.75.0, < 2.0)
86-
rubocop-ast (>= 1.38.0, < 2.0)
86+
rubocop-ast (>= 1.47.1, < 2.0)
8787
ruby-progressbar (1.13.0)
88-
standard (1.52.0)
88+
standard (1.53.0)
8989
language_server-protocol (~> 3.17.0.2)
9090
lint_roller (~> 1.0)
91-
rubocop (~> 1.81.7)
91+
rubocop (~> 1.82.0)
9292
standard-custom (~> 1.0.0)
9393
standard-performance (~> 1.8)
9494
standard-custom (1.0.2)
9595
lint_roller (~> 1.0)
9696
rubocop (~> 1.50)
97-
standard-performance (1.8.0)
97+
standard-performance (1.9.0)
9898
lint_roller (~> 1.1)
99-
rubocop-performance (~> 1.25.0)
99+
rubocop-performance (~> 1.26.0)
100100
stringio (3.2.0)
101101
syntax_tree (6.3.0)
102102
prettier_print (>= 1.2.0)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
rake-compiler
131131
rdoc
132132
rspec (~> 3.13)
133-
standard (~> 1.52)
133+
standard (~> 1.53)
134134
wasmtime!
135135
yard
136136
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)