Skip to content

Commit

Permalink
bundle update & cop config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
touhouota committed Nov 7, 2019
1 parent baa7246 commit 3103976
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ Layout/TrailingWhitespace:
Enabled: true

# Use quotes for string literals when they are enough.
Style/UnneededPercentQ:
Style/RedundantPercentQ:
Enabled: true

Lint/AmbiguousOperator:
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ GEM
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
openapi_parser (0.6.1)
parallel (1.17.0)
parser (2.6.4.1)
parallel (1.18.0)
parser (2.6.5.0)
ast (~> 2.4.0)
public_suffix (4.0.1)
puma (3.12.1)
Expand Down Expand Up @@ -200,15 +200,15 @@ GEM
rspec-expectations (~> 3.8.0)
rspec-mocks (~> 3.8.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.2)
rubocop (0.74.0)
rspec-support (3.8.3)
rubocop (0.76.0)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.6)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-performance (1.4.1)
rubocop-performance (1.5.0)
rubocop (>= 0.71.0)
rubocop-rails (2.3.2)
rack (>= 1.1)
Expand Down

0 comments on commit 3103976

Please sign in to comment.