Skip to content

Commit 5455c56

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

File tree

2 files changed

+16
-16
lines changed

2 files changed

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

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ GEM
2626
get_process_mem (1.0.0)
2727
bigdecimal (>= 2.0)
2828
ffi (~> 1.0)
29-
json (2.10.2)
30-
language_server-protocol (3.17.0.4)
29+
json (2.12.2)
30+
language_server-protocol (3.17.0.5)
3131
lint_roller (1.1.0)
32-
parallel (1.26.3)
33-
parser (3.3.7.4)
32+
parallel (1.27.0)
33+
parser (3.3.8.0)
3434
ast (~> 2.4.1)
3535
racc
3636
prettier_print (1.2.1)
@@ -57,37 +57,37 @@ GEM
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.13.0)
5959
rspec-support (3.13.2)
60-
rubocop (1.73.2)
60+
rubocop (1.75.8)
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.38.0, < 2.0)
68+
rubocop-ast (>= 1.44.0, < 2.0)
6969
ruby-progressbar (~> 1.7)
7070
unicode-display_width (>= 2.4.0, < 4.0)
71-
rubocop-ast (1.43.0)
71+
rubocop-ast (1.45.0)
7272
parser (>= 3.3.7.2)
7373
prism (~> 1.4)
74-
rubocop-performance (1.24.0)
74+
rubocop-performance (1.25.0)
7575
lint_roller (~> 1.1)
76-
rubocop (>= 1.72.1, < 2.0)
76+
rubocop (>= 1.75.0, < 2.0)
7777
rubocop-ast (>= 1.38.0, < 2.0)
7878
ruby-progressbar (1.13.0)
79-
standard (1.47.0)
79+
standard (1.50.0)
8080
language_server-protocol (~> 3.17.0.2)
8181
lint_roller (~> 1.0)
82-
rubocop (~> 1.73.0)
82+
rubocop (~> 1.75.5)
8383
standard-custom (~> 1.0.0)
84-
standard-performance (~> 1.7)
84+
standard-performance (~> 1.8)
8585
standard-custom (1.0.2)
8686
lint_roller (~> 1.0)
8787
rubocop (~> 1.50)
88-
standard-performance (1.7.0)
88+
standard-performance (1.8.0)
8989
lint_roller (~> 1.1)
90-
rubocop-performance (~> 1.24.0)
90+
rubocop-performance (~> 1.25.0)
9191
syntax_tree (6.2.0)
9292
prettier_print (>= 1.2.0)
9393
unicode-display_width (3.1.4)
@@ -118,7 +118,7 @@ DEPENDENCIES
118118
rake (~> 13.2)
119119
rake-compiler
120120
rspec (~> 3.13)
121-
standard (~> 1.47)
121+
standard (~> 1.50)
122122
wasmtime!
123123
yard
124124
yard-rustdoc (~> 0.4.0)

0 commit comments

Comments
 (0)