Skip to content

Commit 5adaa66

Browse files
chore(deps-dev): bump standard from 1.34.0 to 1.35.1 (#311)
Bumps [standard](https://github.com/standardrb/standard) from 1.34.0 to 1.35.1. - [Release notes](https://github.com/standardrb/standard/releases) - [Changelog](https://github.com/standardrb/standard/blob/main/CHANGELOG.md) - [Commits](standardrb/standard@v1.34.0...v1.35.1) --- updated-dependencies: - dependency-name: standard dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d301f97 commit 5adaa66

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.1"
1010
gem "rake-compiler"
11-
gem "standard", "~> 1.34"
11+
gem "standard", "~> 1.35"
1212
gem "get_process_mem"
1313
gem "yard", require: false
1414
gem "yard-rustdoc", "~> 0.3.2", require: false

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,27 +44,27 @@ GEM
4444
diff-lcs (>= 1.2.0, < 2.0)
4545
rspec-support (~> 3.13.0)
4646
rspec-support (3.13.1)
47-
rubocop (1.61.0)
47+
rubocop (1.62.1)
4848
json (~> 2.3)
4949
language_server-protocol (>= 3.17.0)
5050
parallel (~> 1.10)
5151
parser (>= 3.3.0.2)
5252
rainbow (>= 2.2.2, < 4.0)
5353
regexp_parser (>= 1.8, < 3.0)
5454
rexml (>= 3.2.5, < 4.0)
55-
rubocop-ast (>= 1.30.0, < 2.0)
55+
rubocop-ast (>= 1.31.1, < 2.0)
5656
ruby-progressbar (~> 1.7)
5757
unicode-display_width (>= 2.4.0, < 3.0)
58-
rubocop-ast (1.31.1)
58+
rubocop-ast (1.31.2)
5959
parser (>= 3.3.0.4)
6060
rubocop-performance (1.20.2)
6161
rubocop (>= 1.48.1, < 2.0)
6262
rubocop-ast (>= 1.30.0, < 2.0)
6363
ruby-progressbar (1.13.0)
64-
standard (1.34.0)
64+
standard (1.35.1)
6565
language_server-protocol (~> 3.17.0.2)
6666
lint_roller (~> 1.0)
67-
rubocop (~> 1.60)
67+
rubocop (~> 1.62.0)
6868
standard-custom (~> 1.0.0)
6969
standard-performance (~> 1.3)
7070
standard-custom (1.0.2)
@@ -96,7 +96,7 @@ DEPENDENCIES
9696
rake (~> 13.1)
9797
rake-compiler
9898
rspec (~> 3.13)
99-
standard (~> 1.34)
99+
standard (~> 1.35)
100100
wasmtime!
101101
yard
102102
yard-rustdoc (~> 0.3.2)

0 commit comments

Comments
 (0)