diff --git a/Gemfile b/Gemfile index 3b3554322..0d3aae3a2 100644 --- a/Gemfile +++ b/Gemfile @@ -145,7 +145,7 @@ group :development, :test do gem "pry-rails", "~> 0.3" # Use Pry as your rails console gem "rspec-rails", "~> 5.1" # rspec-rails is a testing framework for Rails 3+ gem "rswag-specs", "~> 2.5.1" # RSwag - Swagger-based DSL for rspec & accompanying rake task for generating Swagger files - gem "rubocop", "~> 1.31", require: false # Automatic Ruby code style checking tool + gem "rubocop", "~> 1.32", 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 diff --git a/Gemfile.lock b/Gemfile.lock index 1899afd26..4b4c2341e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -745,14 +745,14 @@ GEM activesupport (>= 3.1, < 7.1) json-schema (~> 2.2) railties (>= 3.1, < 7.1) - rubocop (1.31.2) + rubocop (1.32.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.18.0, < 2.0) + rubocop-ast (>= 1.19.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.19.1) @@ -1073,7 +1073,7 @@ DEPENDENCIES rspec-retry (~> 0.6) rss (~> 0.2.9) rswag-specs (~> 2.5.1) - rubocop (~> 1.31) + rubocop (~> 1.32) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.12) diff --git a/vendor/cache/rubocop-1.31.2.gem b/vendor/cache/rubocop-1.31.2.gem deleted file mode 100644 index 5b7995bb6..000000000 Binary files a/vendor/cache/rubocop-1.31.2.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.32.0.gem b/vendor/cache/rubocop-1.32.0.gem new file mode 100644 index 000000000..9e080eecd Binary files /dev/null and b/vendor/cache/rubocop-1.32.0.gem differ