Skip to content

Commit e1fb341

Browse files
Update rubocop requirement from ~> 1.81.1 to ~> 1.82.0 (#672)
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.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.82.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cee2068 commit e1fb341

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
@@ -4,5 +4,5 @@ source "https://rubygems.org"
44

55
gemspec
66

7-
gem "rubocop", "~> 1.81.1", require: false
7+
gem "rubocop", "~> 1.82.0", require: false
88
gem "rubocop-rspec", "~> 3.8.0", require: false

0 commit comments

Comments
 (0)