Skip to content

Commit 651b610

Browse files
Update rubocop-rspec requirement from ~> 3.2.0 to ~> 3.3.0
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@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbe4e32 commit 651b610

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
@@ -13,5 +13,5 @@ group :development do
1313
gem 'rubocop', '~> 1.69.0'
1414
gem 'rubocop-performance', '~> 1.23.0'
1515
gem 'rubocop-rake', '~> 0.6.0'
16-
gem 'rubocop-rspec', '~> 3.2.0'
16+
gem 'rubocop-rspec', '~> 3.3.0'
1717
end

0 commit comments

Comments
 (0)