Update Rubocop Version to 1.42.0 (#18935)

* feat: update rubocop to fix some erb_lint errors

* feat: update gemfile
This commit is contained in:
Ridhwana 2023-01-09 22:02:51 +02:00 committed by GitHub
parent 838260c105
commit 53e1321952
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 7 additions and 7 deletions

View file

@ -146,7 +146,7 @@ group :development, :test do
gem "rspec-rails", "~> 5.1" # rspec-rails is a testing framework for Rails 3+
gem "rspec_junit_formatter", "~> 0.6" # RSpec formatter for JUnit XML output
gem "rswag-specs", "~> 2.5.1" # RSwag - Swagger-based DSL for rspec & accompanying rake task for generating Swagger files
gem "rubocop", "~> 1.33", require: false # Automatic Ruby code style checking tool
gem "rubocop", "~> 1.42", require: false # Automatic Ruby code style checking tool
gem "rubocop-performance", "~> 1.14", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code
gem "rubocop-rails", "~> 2.15", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 2.12", require: false # Code style checking for RSpec files

View file

@ -588,7 +588,7 @@ GEM
rack
orm_adapter (0.5.0)
parallel (1.22.1)
parser (3.1.3.0)
parser (3.2.0.0)
ast (~> 2.4.1)
pg (1.4.4)
pg_query (2.2.0)
@ -739,17 +739,17 @@ GEM
activesupport (>= 3.1, < 7.1)
json-schema (~> 2.2)
railties (>= 3.1, < 7.1)
rubocop (1.41.0)
rubocop (1.42.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.2.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.23.0, < 2.0)
rubocop-ast (>= 1.24.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.24.0)
rubocop-ast (1.24.1)
parser (>= 3.1.1.0)
rubocop-performance (1.15.1)
rubocop (>= 1.7.0, < 2.0)
@ -897,7 +897,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
unicode-display_width (2.3.0)
unicode-display_width (2.4.2)
uniform_notifier (1.16.0)
validate_url (1.0.15)
activemodel (>= 3.0.0)
@ -1067,7 +1067,7 @@ DEPENDENCIES
rspec_junit_formatter (~> 0.6)
rss (~> 0.2.9)
rswag-specs (~> 2.5.1)
rubocop (~> 1.33)
rubocop (~> 1.42)
rubocop-performance (~> 1.14)
rubocop-rails (~> 2.15)
rubocop-rspec (~> 2.12)

Binary file not shown.

BIN
vendor/cache/parser-3.2.0.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rubocop-1.42.0.gem vendored Normal file

Binary file not shown.

Binary file not shown.

BIN
vendor/cache/rubocop-ast-1.24.1.gem vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.