Bump rubocop-rspec from 1.37.1 to 1.38.1 (#6107)
This commit is contained in:
parent
acd3b92b32
commit
b126326728
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue