diff --git a/Gemfile b/Gemfile index 3e774b23..93eb9f75 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ group :development, :test do gem 'byebug', platform: :mri gem 'rubocop', '~> 1.39.0', require: false gem 'rubocop-performance', '~> 1.15.2' - gem 'rubocop-rails', '~> 2.17.3' + gem 'rubocop-rails', '~> 2.17.4' gem 'dotenv-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index bfca4030..36c6933e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM pundit (2.3.0) activesupport (>= 3.0.0) racc (1.6.1) - rack (2.2.4) + rack (2.2.5) rack-brotli (1.2.0) brotli (>= 0.1.7) rack (>= 1.4) @@ -292,7 +292,7 @@ GEM rubocop-performance (1.15.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.17.3) + rubocop-rails (2.17.4) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -399,7 +399,7 @@ DEPENDENCIES resque (~> 2.4.0) rubocop (~> 1.39.0) rubocop-performance (~> 1.15.2) - rubocop-rails (~> 2.17.3) + rubocop-rails (~> 2.17.4) sassc-rails (~> 2.1.2) selenium-webdriver sentry-rails (~> 5.7.0)