Skip to content

Commit 56550cb

Browse files
committed
[Tech] Update dev dependencies
1 parent 8ecbe55 commit 56550cb

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

.rubocop.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
require:
1+
plugins:
22
- rubocop-rake
33
- rubocop-rspec
44

@@ -45,7 +45,9 @@ RSpec/ExampleLength:
4545
Max: 10
4646
RSpec/ExpectInHook:
4747
Enabled: true
48-
RSpec/FilePath:
48+
RSpec/SpecFilePathFormat:
49+
Enabled: true
50+
RSpec/SpecFilePathSuffix:
4951
Enabled: true
5052
RSpec/InstanceVariable:
5153
Enabled: true

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ gem 'bundler', '~> 2.3'
88
gem 'byebug'
99
gem 'pry-byebug'
1010
gem 'rake', '~> 13.0'
11-
gem 'rubocop', '~> 1.59'
12-
gem 'rubocop-rake', '~> 0.6.0'
13-
gem 'rubocop-rspec', '~> 2.16'
14-
gem 'simplecov'
11+
gem 'rubocop', '~> 1.75'
12+
gem 'rubocop-rake', '~> 0.7.0'
13+
gem 'rubocop-rspec', '~> 3.6'
14+
gem 'simplecov'

spec/rspec/snapshot/matchers_spec.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
require 'json'
55
require 'logger'
66

7+
# rubocop:disable RSpec/ExpectInLet
78
describe RSpec::Snapshot::Matchers do
89
describe 'unit tests' do
910
# rubocop:disable Lint/ConstantDefinitionInBlock
@@ -658,3 +659,4 @@ def dump(object)
658659
end
659660
end
660661
end
662+
# rubocop:enable RSpec/ExpectInLet

0 commit comments

Comments
 (0)