Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #588 from sue445/dependabot/bundler/rubocop-rspec-…
Browse files Browse the repository at this point in the history
…2.11.1

Bump rubocop-rspec from 2.10.0 to 2.11.1
  • Loading branch information
sue445 committed May 18, 2022
2 parents 2c51b6d + ab1e4cd commit f7f85aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,8 @@ Metrics/ParameterLists:
RSpec/MultipleMemoizedHelpers:
Enabled: false

Style/FetchEnvVar:
Enabled: false

Style/TrailingCommaInArguments:
EnforcedStyleForMultiline: comma
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ GEM
rainbow (3.1.1)
rake (13.0.6)
redis (4.6.0)
regexp_parser (2.3.0)
regexp_parser (2.4.0)
rexml (3.2.5)
rollbar (3.3.0)
rspec (3.11.0)
Expand All @@ -81,21 +81,21 @@ GEM
power_assert (~> 1.1.0)
rspec (>= 2.14)
rspec-support (3.11.0)
rubocop (1.27.0)
rubocop (1.29.1)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.16.0, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.17.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.17.0)
rubocop-ast (1.18.0)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rspec (2.10.0)
rubocop-rspec (2.11.1)
rubocop (~> 1.19)
rubocop_auto_corrector (0.4.3)
rubocop (>= 1.13.0)
Expand Down

0 comments on commit f7f85aa

Please sign in to comment.