Skip to content

Commit 602477b

Browse files
Update rubocop requirement from 1.69.0 to 1.75.1 (#412)
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.69.0...v1.75.1) --- updated-dependencies: - dependency-name: rubocop 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 7b448e7 commit 602477b

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
@@ -5,7 +5,7 @@ source 'https://rubygems.org'
55
gemspec
66

77
gem 'coveralls', require: false
8-
gem 'rubocop', '1.69.0', require: false
8+
gem 'rubocop', '1.75.3', require: false
99
gem 'rubocop-performance', '1.23.1', require: false
1010
gem 'rubocop-rake', '0.6.0', require: false
1111
gem 'rubocop-rspec', '3.4.0', require: false

0 commit comments

Comments
 (0)