Skip to content

Commit

Permalink
Update rubocop requirement from 1.45.1 to 1.46.0 (#1548)
Browse files Browse the repository at this point in the history
Updates the requirements on [rubocop](https:/rubocop/rubocop) to permit the latest version.
- [Release notes](https:/rubocop/rubocop/releases)
- [Changelog](https:/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.45.1...v1.46.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent 3be805e commit d4f2395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ end
group :test, :development do
gem 'pry-byebug'
gem 'redcarpet'
gem 'rubocop', '1.45.1'
gem 'rubocop', '1.46.0'
end

gemspec

0 comments on commit d4f2395

Please sign in to comment.