diff --git a/Gemfile b/Gemfile index 963f4b958..ab5e7bee0 100644 --- a/Gemfile +++ b/Gemfile @@ -132,7 +132,7 @@ group :development, :test do gem "parallel_tests", "~> 2.30" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 3.9" # rspec-rails is a testing framework for Rails 3+ - gem "rubocop", "~> 0.77", require: false # Automatic Ruby code style checking tool + gem "rubocop", "~> 0.78", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.5", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.4", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.37", require: false # Code style checking for RSpec files diff --git a/Gemfile.lock b/Gemfile.lock index b0da17e4a..8990523f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -667,7 +667,7 @@ GEM rspec-retry (0.6.2) rspec-core (> 3.3) rspec-support (3.9.0) - rubocop (0.77.0) + rubocop (0.78.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -956,7 +956,7 @@ DEPENDENCIES rouge (~> 3.14) rspec-rails (~> 3.9) rspec-retry (~> 0.6) - rubocop (~> 0.77) + rubocop (~> 0.78) rubocop-performance (~> 1.5) rubocop-rails (~> 2.4) rubocop-rspec (~> 1.37)