Skip to content

Commit c7cb93e

Browse files
chore: Update rubocop requirement from 1.87.0 to 1.88.0 (#1114)
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.87.0...v1.88.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.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 20fcd19 commit c7cb93e

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.87.0'
24+
gem 'rubocop', '1.88.0'
2525
gem 'yard', '~> 0.9.11'

0 commit comments

Comments
 (0)