Skip to content

Commit 67ee64f

Browse files
chore(deps-dev): bump standard from 1.44.0 to 1.47.0
Bumps [standard](https://github.com/standardrb/standard) from 1.44.0 to 1.47.0. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.44.0...v1.47.0) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5af4482 commit 67ee64f

File tree

2 files changed

+22
-18
lines changed

2 files changed

+22
-18
lines changed

Gemfile

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

Gemfile.lock

+21-17
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
ast (2.4.2)
10+
ast (2.4.3)
1111
benchmark-ips (2.14.0)
1212
bigdecimal (3.1.9)
1313
diff-lcs (1.5.1)
@@ -26,14 +26,15 @@ GEM
2626
get_process_mem (1.0.0)
2727
bigdecimal (>= 2.0)
2828
ffi (~> 1.0)
29-
json (2.9.1)
29+
json (2.10.2)
3030
language_server-protocol (3.17.0.4)
3131
lint_roller (1.1.0)
3232
parallel (1.26.3)
33-
parser (3.3.7.0)
33+
parser (3.3.7.4)
3434
ast (~> 2.4.1)
3535
racc
3636
prettier_print (1.2.1)
37+
prism (1.4.0)
3738
racc (1.8.1)
3839
rainbow (3.1.1)
3940
rake (13.2.1)
@@ -56,34 +57,37 @@ GEM
5657
diff-lcs (>= 1.2.0, < 2.0)
5758
rspec-support (~> 3.13.0)
5859
rspec-support (3.13.2)
59-
rubocop (1.70.0)
60+
rubocop (1.73.2)
6061
json (~> 2.3)
61-
language_server-protocol (>= 3.17.0)
62+
language_server-protocol (~> 3.17.0.2)
63+
lint_roller (~> 1.1.0)
6264
parallel (~> 1.10)
6365
parser (>= 3.3.0.2)
6466
rainbow (>= 2.2.2, < 4.0)
6567
regexp_parser (>= 2.9.3, < 3.0)
66-
rubocop-ast (>= 1.36.2, < 2.0)
68+
rubocop-ast (>= 1.38.0, < 2.0)
6769
ruby-progressbar (~> 1.7)
6870
unicode-display_width (>= 2.4.0, < 4.0)
69-
rubocop-ast (1.38.0)
70-
parser (>= 3.3.1.0)
71-
rubocop-performance (1.23.1)
72-
rubocop (>= 1.48.1, < 2.0)
73-
rubocop-ast (>= 1.31.1, < 2.0)
71+
rubocop-ast (1.43.0)
72+
parser (>= 3.3.7.2)
73+
prism (~> 1.4)
74+
rubocop-performance (1.24.0)
75+
lint_roller (~> 1.1)
76+
rubocop (>= 1.72.1, < 2.0)
77+
rubocop-ast (>= 1.38.0, < 2.0)
7478
ruby-progressbar (1.13.0)
75-
standard (1.44.0)
79+
standard (1.47.0)
7680
language_server-protocol (~> 3.17.0.2)
7781
lint_roller (~> 1.0)
78-
rubocop (~> 1.70.0)
82+
rubocop (~> 1.73.0)
7983
standard-custom (~> 1.0.0)
80-
standard-performance (~> 1.6)
84+
standard-performance (~> 1.7)
8185
standard-custom (1.0.2)
8286
lint_roller (~> 1.0)
8387
rubocop (~> 1.50)
84-
standard-performance (1.6.0)
88+
standard-performance (1.7.0)
8589
lint_roller (~> 1.1)
86-
rubocop-performance (~> 1.23.0)
90+
rubocop-performance (~> 1.24.0)
8791
syntax_tree (6.2.0)
8892
prettier_print (>= 1.2.0)
8993
unicode-display_width (3.1.4)
@@ -114,7 +118,7 @@ DEPENDENCIES
114118
rake (~> 13.2)
115119
rake-compiler
116120
rspec (~> 3.13)
117-
standard (~> 1.44)
121+
standard (~> 1.47)
118122
wasmtime!
119123
yard
120124
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)