Bump rubocop-rspec from 1.37.1 to 1.38.1 (#6107)

This commit is contained in:
dependabot-preview[bot] 2020-02-17 10:37:42 -05:00 committed by GitHub
parent acd3b92b32
commit b126326728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -132,7 +132,7 @@ group :development, :test do
gem "rubocop", "~> 0.79", 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
gem "rubocop-rspec", "~> 1.38", 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
gem "strong_migrations", "~> 0.6" # Catch unsafe migrations in development

View file

@ -667,7 +667,7 @@ GEM
rubocop-rails (2.4.2)
rack (>= 1.1)
rubocop (>= 0.72.0)
rubocop-rspec (1.37.1)
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-prof (1.2.0)
ruby-progressbar (1.10.1)
@ -945,7 +945,7 @@ DEPENDENCIES
rubocop (~> 0.79)
rubocop-performance (~> 1.5)
rubocop-rails (~> 2.4)
rubocop-rspec (~> 1.37)
rubocop-rspec (~> 1.38)
ruby-prof (~> 1.2)
rubyzip (~> 2.1)
s3_direct_upload (~> 0.1)