Skip to content

Commit dde4266

Browse files
Update rubocop-rspec requirement from ~> 2.26.0 to ~> 2.27.1 (#190)
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.26.0...v2.27.1) --- updated-dependencies: - dependency-name: rubocop-rspec 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 03f74d1 commit dde4266

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
@@ -10,5 +10,5 @@ group :development do
1010
gem 'rubocop', '~> 1.61.0'
1111
gem 'rubocop-performance', '~> 1.20.0'
1212
gem 'rubocop-rake', '~> 0.6.0'
13-
gem 'rubocop-rspec', '~> 2.26.0'
13+
gem 'rubocop-rspec', '~> 2.27.1'
1414
end

0 commit comments

Comments
 (0)