Skip to content

Commit 75deb8c

Browse files
committed
Update all dependencies.
Also fixed linting failures from rubocop update.
1 parent 08aeb56 commit 75deb8c

26 files changed

+178
-192
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ Naming/VariableNumber:
2727
RSpec/ExampleLength:
2828
Max: 40
2929

30+
RSpec/IndexedLet:
31+
Enabled: false
32+
3033
# TODO: Reduce to the default (1).
3134
RSpec/MultipleExpectations:
3235
Max: 6

0 commit comments

Comments
 (0)