Skip to content

Commit 5e60d97

Browse files
chore: Update rubocop requirement from 1.86.0 to 1.86.1 (#1108)
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.86.0...v1.86.1) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.86.1 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 76a85fd commit 5e60d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ gem 'minitest', '~> 5.0'
2121
gem 'minitest-reporters', '~> 1.1'
2222
gem 'pry'
2323
gem 'rake', '~> 13.0'
24-
gem 'rubocop', '1.86.0'
24+
gem 'rubocop', '1.86.1'
2525
gem 'yard', '~> 0.9.11'

0 commit comments

Comments
 (0)