diff --git a/Gemfile b/Gemfile index 5bf9c0c..bd17927 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "cloudinary", "~> 1.21" gem "rake", "~> 13.0.6" group :rubocop do - gem "rubocop", "~> 1.21", require: false + gem "rubocop", "~> 1.23", require: false gem "rubocop-performance", require: false gem "rubocop-rails", require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 6c67d89..c0f21bc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -113,7 +113,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.2) - rubocop (1.22.3) + rubocop (1.23.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) @@ -164,7 +164,7 @@ DEPENDENCIES jekyll-cloudinary! rake (~> 13.0.6) rspec (~> 3.10) - rubocop (~> 1.21) + rubocop (~> 1.23) rubocop-performance rubocop-rails rubocop-rspec (~> 2.5)