Skip to content

Commit e872845

Browse files
Update rubocop-rspec requirement from ~> 3.7.0 to ~> 3.8.0 (#346)
* Update rubocop-rspec requirement from ~> 3.7.0 to ~> 3.8.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.7.0...v3.8.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.8.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> * Disable RSpec/LeakyLocalVariable cop --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: なつき <i@ntk.me>
1 parent a9c0c4e commit e872845

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ Metrics:
1818
RSpec/ExampleLength:
1919
Enabled: false
2020

21+
RSpec/LeakyLocalVariable:
22+
Enabled: false
23+
2124
RSpec/MultipleExpectations:
2225
Enabled: false
2326

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.81.0'
1111
gem 'rubocop-performance', '~> 1.26.0'
1212
gem 'rubocop-rake', '~> 0.7.1'
13-
gem 'rubocop-rspec', '~> 3.7.0'
13+
gem 'rubocop-rspec', '~> 3.8.0'
1414
end

0 commit comments

Comments
 (0)