Skip to content

Commit

Permalink
Merge pull request #576 from ryz310/rubocop-challenge/20220309233047
Browse files Browse the repository at this point in the history
Re-generate .rubocop_todo.yml with RuboCop v1.26.0
  • Loading branch information
ryz310 committed Mar 10, 2022
2 parents 82dc514 + fcdf6be commit a919b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop_todo.yml
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config --exclude-limit 30 --no-auto-gen-timestamp`
# using RuboCop version 1.25.1.
# using RuboCop version 1.26.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -94,13 +94,13 @@ GEM
rspec-support (3.11.0)
rspec_junit_formatter (0.5.1)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.25.1)
rubocop (1.26.0)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rubocop-ast (>= 1.16.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
Expand Down

0 comments on commit a919b7d

Please sign in to comment.