Skip to content

Commit 9eb0b61

Browse files
Update rubocop requirement from 1.69.0 to 1.71.1
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.71.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dac0511 commit 9eb0b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
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.71.1', require: false
99
gem 'rubocop-performance', '1.23.0', require: false
1010
gem 'rubocop-rake', '0.6.0', require: false
1111
gem 'rubocop-rspec', '3.2.0', require: false

0 commit comments

Comments
 (0)