diff --git a/Gemfile b/Gemfile index 3a268b636..1b17a6768 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ group :development, :test do gem "rubocop", "~> 0.82", 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.5", require: false # Automatic Rails code style checking tool - gem "rubocop-rspec", "~> 1.38", require: false # Code style checking for RSpec files + gem "rubocop-rspec", "~> 1.39", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster gem "spring-commands-rspec", "~> 1.0" # rspec command for spring end diff --git a/Gemfile.lock b/Gemfile.lock index 2e33d034c..3e372dd62 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -513,7 +513,7 @@ GEM parallel (1.19.1) parallel_tests (2.32.0) parallel - parser (2.7.1.1) + parser (2.7.1.2) ast (~> 2.4.0) patron (0.13.3) pg (1.2.3) @@ -668,7 +668,7 @@ GEM activesupport rack (>= 1.1) rubocop (>= 0.72.0) - rubocop-rspec (1.38.1) + rubocop-rspec (1.39.0) rubocop (>= 0.68.1) ruby-prof (1.3.2) ruby-progressbar (1.10.1) @@ -948,7 +948,7 @@ DEPENDENCIES rubocop (~> 0.82) rubocop-performance (~> 1.5) rubocop-rails (~> 2.5) - rubocop-rspec (~> 1.38) + rubocop-rspec (~> 1.39) ruby-prof (~> 1.3) rubyzip (~> 2.3) s3_direct_upload (~> 0.1)