Bump rubocop-rspec from 1.36.0 to 1.37.0 (#4918)

This commit is contained in:
dependabot-preview[bot] 2019-11-25 10:44:39 -05:00 committed by Mac Siri
parent cf403aba6c
commit 4760a6de9f
2 changed files with 4 additions and 4 deletions

View file

@ -134,7 +134,7 @@ group :development, :test do
gem "rubocop", "~> 0.76", 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.3", require: false # Automatic Rails code style checking tool
gem "rubocop-rspec", "~> 1.36", require: false # Code style checking for RSpec files
gem "rubocop-rspec", "~> 1.37", 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

View file

@ -532,7 +532,7 @@ GEM
rack
orm_adapter (0.5.0)
os (1.0.1)
parallel (1.19.0)
parallel (1.19.1)
parallel_tests (2.29.2)
parallel
parser (2.6.5.0)
@ -684,7 +684,7 @@ GEM
rubocop-rails (2.3.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.36.0)
rubocop-rspec (1.37.0)
rubocop (>= 0.68.1)
ruby-prof (1.0.0)
ruby-progressbar (1.10.1)
@ -967,7 +967,7 @@ DEPENDENCIES
rubocop (~> 0.76)
rubocop-performance (~> 1.5)
rubocop-rails (~> 2.3)
rubocop-rspec (~> 1.36)
rubocop-rspec (~> 1.37)
ruby-prof (~> 1.0)
rubyzip (~> 1.2, >= 1.3.0)
s3_direct_upload (~> 0.1)