Skip to content

Commit 1e766b5

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

File tree

2 files changed

+14
-14
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 13 additions & 13 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.12.2)
29+
json (2.15.0)
3030
language_server-protocol (3.17.0.5)
3131
lint_roller (1.1.0)
3232
parallel (1.27.0)
33-
parser (3.3.8.0)
33+
parser (3.3.9.0)
3434
ast (~> 2.4.1)
3535
racc
3636
prettier_print (1.2.1)
37-
prism (1.4.0)
37+
prism (1.5.1)
3838
racc (1.8.1)
3939
rainbow (3.1.1)
4040
rake (13.3.0)
@@ -43,7 +43,7 @@ GEM
4343
rake-compiler-dock (1.9.1)
4444
rb_sys (0.9.116)
4545
rake-compiler-dock (= 1.9.1)
46-
regexp_parser (2.10.0)
46+
regexp_parser (2.11.3)
4747
rspec (3.13.1)
4848
rspec-core (~> 3.13.0)
4949
rspec-expectations (~> 3.13.0)
@@ -57,29 +57,29 @@ GEM
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.13.0)
5959
rspec-support (3.13.4)
60-
rubocop (1.75.8)
60+
rubocop (1.80.2)
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.44.0, < 2.0)
68+
rubocop-ast (>= 1.46.0, < 2.0)
6969
ruby-progressbar (~> 1.7)
7070
unicode-display_width (>= 2.4.0, < 4.0)
71-
rubocop-ast (1.45.0)
71+
rubocop-ast (1.47.1)
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.50.0)
79+
standard (1.51.1)
8080
language_server-protocol (~> 3.17.0.2)
8181
lint_roller (~> 1.0)
82-
rubocop (~> 1.75.5)
82+
rubocop (~> 1.80.2)
8383
standard-custom (~> 1.0.0)
8484
standard-performance (~> 1.8)
8585
standard-custom (1.0.2)
@@ -90,9 +90,9 @@ GEM
9090
rubocop-performance (~> 1.25.0)
9191
syntax_tree (6.2.0)
9292
prettier_print (>= 1.2.0)
93-
unicode-display_width (3.1.4)
94-
unicode-emoji (~> 4.0, >= 4.0.4)
95-
unicode-emoji (4.0.4)
93+
unicode-display_width (3.2.0)
94+
unicode-emoji (~> 4.1)
95+
unicode-emoji (4.1.0)
9696
yard (0.9.37)
9797
yard-rustdoc (0.4.1)
9898
syntax_tree (~> 6.0)
@@ -118,7 +118,7 @@ DEPENDENCIES
118118
rake (~> 13.3)
119119
rake-compiler
120120
rspec (~> 3.13)
121-
standard (~> 1.50)
121+
standard (~> 1.51)
122122
wasmtime!
123123
yard
124124
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)