Skip to content

Commit 4b3064b

Browse files
dependabot[bot]dblock
authored andcommitted
Update rubocop requirement from ~> 1.45.1 to ~> 1.46.0
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.45.1...v1.46.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 10a0b41 commit 4b3064b

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
@@ -15,7 +15,7 @@ end
1515

1616
group :development, :test do
1717
gem 'rake'
18-
gem 'rubocop', '~> 1.45.1', require: false
18+
gem 'rubocop', '~> 1.46.0', require: false
1919
gem 'rubocop-minitest', require: false
2020
gem 'rubocop-rake', require: false
2121
gem 'simplecov', require: false

0 commit comments

Comments
 (0)