Skip to content

Commit 69fc15e

Browse files
chore(deps-dev): update rubocop-rspec requirement from ~> 2.4, >= 2.4.0 to ~> 3.6
Updates the requirements on [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](rubocop/rubocop-rspec@v2.4.0...v3.6.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.6.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc69dfc commit 69fc15e

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
@@ -20,6 +20,6 @@ group :plugins do
2020
gem 'rspec-mocks', '~> 3.10', '>= 3.10.0'
2121
gem 'rubocop', '~> 1.0'
2222
gem 'rubocop-rake', '~> 0.6', '>= 0.6.0'
23-
gem 'rubocop-rspec', '~> 2.4', '>= 2.4.0'
23+
gem 'rubocop-rspec', '~> 3.6'
2424
gem 'ruby-progressbar', '~> 1.11', '>= 1.11.0'
2525
end

0 commit comments

Comments
 (0)