Skip to content

Commit

Permalink
chore(deps-dev): bump standard from 1.43.0 to 1.44.0
Browse files Browse the repository at this point in the history
Bumps [standard](https://github.com/standardrb/standard) from 1.43.0 to 1.44.0.
- [Release notes](https://github.com/standardrb/standard/releases)
- [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md)
- [Commits](standardrb/standard@v1.43.0...v1.44.0)

---
updated-dependencies:
- dependency-name: standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
1 parent 6739d2a commit d5b9982
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ gemspec
group :development do
gem "rake", "~> 13.2"
gem "rake-compiler"
gem "standard", "~> 1.40"
gem "standard", "~> 1.44"
gem "get_process_mem"
gem "yard", require: false
gem "yard-rustdoc", "~> 0.4.0", require: false
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ GEM
bigdecimal (>= 2.0)
ffi (~> 1.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
prettier_print (1.2.1)
Expand All @@ -53,7 +53,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.2)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -63,16 +63,16 @@ GEM
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (1.13.0)
standard (1.43.0)
standard (1.44.0)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.69.1)
rubocop (~> 1.70.0)
standard-custom (~> 1.0.0)
standard-performance (~> 1.6)
standard-custom (1.0.2)
Expand All @@ -83,7 +83,7 @@ GEM
rubocop-performance (~> 1.23.0)
syntax_tree (5.3.0)
prettier_print (>= 1.2.0)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
yard (0.9.37)
Expand All @@ -110,7 +110,7 @@ DEPENDENCIES
rake (~> 13.2)
rake-compiler
rspec (~> 3.13)
standard (~> 1.40)
standard (~> 1.44)
wasmtime!
yard
yard-rustdoc (~> 0.4.0)
Expand Down

0 comments on commit d5b9982

Please sign in to comment.