diff --git a/Gemfile b/Gemfile index 0d8063d68..97c2eaa11 100644 --- a/Gemfile +++ b/Gemfile @@ -83,5 +83,5 @@ group :production do end gem 'newrelic_rpm' -gem 'rubocop', '~> 0.73.0' +gem 'rubocop', '~> 0.74.0' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index be520e6f4..76f81e940 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.9) parallel (1.17.0) - parser (2.6.3.0) + parser (2.6.4.0) ast (~> 2.4.0) pg (0.20.0) pickadate-rails (3.5.6.0) @@ -314,7 +314,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.73.0) + rubocop (0.74.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -434,7 +434,7 @@ DEPENDENCIES rspec-collection_matchers rspec-its rspec-rails - rubocop (~> 0.73.0) + rubocop (~> 0.74.0) sass-rails (~> 5.0.1) selenium-webdriver shoulda-matchers (~> 3.1)