Skip to content

Commit df5a74d

Browse files
build(deps): update rubocop requirement from ~> 1.81.1 to ~> 1.82.1 (#494)
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop@v1.81.1...v1.82.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ea112ee commit df5a74d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem "memory_profiler", require: false
1010
gem "minitest"
1111
gem "minitest-reporters"
1212
gem "mocha", "~> 2.8.2"
13-
gem "rubocop", "~> 1.81.1", require: false
13+
gem "rubocop", "~> 1.82.1", require: false
1414
gem "rubocop-minitest", require: false
1515
gem "rubocop-rake", require: false
1616
gem "yard"

0 commit comments

Comments
 (0)