Skip to content

Commit fb01ac2

Browse files
Update rubocop requirement from 1.49.0 to 1.50.2 (#1564)
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.49.0...v1.50.2) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55678da commit fb01ac2

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
@@ -44,7 +44,7 @@ end
4444
group :test, :development do
4545
gem 'pry-byebug'
4646
gem 'redcarpet'
47-
gem 'rubocop', '1.49.0'
47+
gem 'rubocop', '1.50.2'
4848
end
4949

5050
gemspec

0 commit comments

Comments
 (0)