Skip to content

Commit 25276db

Browse files
Update rubocop requirement from 1.69.2 to 1.71.2
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.2...v1.71.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbcea34 commit 25276db

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
@@ -49,7 +49,7 @@ group :test, :development do
4949
gem 'bundler', '>= 1', '< 3'
5050
gem 'pry-byebug'
5151
gem 'redcarpet'
52-
gem 'rubocop', '1.69.2'
52+
gem 'rubocop', '1.71.2'
5353
end
5454

5555
gemspec

0 commit comments

Comments
 (0)