Skip to content

Commit

Permalink
Update rubocop-rails to version 2.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] committed Mar 30, 2022
1 parent 380143b commit 2bc81f7
Show file tree
Hide file tree
Showing 9 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/api/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ GEM
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.9)
concurrent-ruby (1.1.10)
coveralls (0.8.23)
json (>= 1.8, < 3)
simplecov (~> 0.16.1)
Expand Down Expand Up @@ -321,7 +321,7 @@ GEM
octokit (4.22.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.21.0)
parallel (1.22.1)
parser (3.1.1.0)
ast (~> 2.4.1)
pkg-config (1.4.7)
Expand Down Expand Up @@ -411,21 +411,21 @@ 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.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.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)
parser (>= 3.1.1.0)
rubocop-performance (1.13.3)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.13.2)
rubocop-rails (2.14.1)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
Expand Down
Binary file added src/api/vendor/cache/concurrent-ruby-1.1.10.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/concurrent-ruby-1.1.9.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/parallel-1.21.0.gem
Binary file not shown.
Binary file added src/api/vendor/cache/parallel-1.22.1.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/rubocop-1.25.1.gem
Binary file not shown.
Binary file added src/api/vendor/cache/rubocop-1.26.1.gem
Binary file not shown.
Binary file removed src/api/vendor/cache/rubocop-rails-2.13.2.gem
Binary file not shown.
Binary file added src/api/vendor/cache/rubocop-rails-2.14.1.gem
Binary file not shown.

0 comments on commit 2bc81f7

Please sign in to comment.