diff --git a/Gemfile b/Gemfile index f889443aa..9fa381090 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.32", require: false # Automatic Ruby code style checking tool + gem "rubocop", "~> 1.33", 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 cad4eee8e..0ceb3197e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -745,7 +745,7 @@ GEM activesupport (>= 3.1, < 7.1) json-schema (~> 2.2) railties (>= 3.1, < 7.1) - rubocop (1.32.0) + rubocop (1.33.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.0.0) @@ -1073,7 +1073,7 @@ DEPENDENCIES rspec-retry (~> 0.6) rss (~> 0.2.9) rswag-specs (~> 2.5.1) - rubocop (~> 1.32) + rubocop (~> 1.33) rubocop-performance (~> 1.14) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.12) diff --git a/vendor/cache/rubocop-1.32.0.gem b/vendor/cache/rubocop-1.32.0.gem deleted file mode 100644 index 9e080eecd..000000000 Binary files a/vendor/cache/rubocop-1.32.0.gem and /dev/null differ diff --git a/vendor/cache/rubocop-1.33.0.gem b/vendor/cache/rubocop-1.33.0.gem new file mode 100644 index 000000000..68b90013a Binary files /dev/null and b/vendor/cache/rubocop-1.33.0.gem differ