diff --git a/Gemfile b/Gemfile index 156473a1ebc..78b0bbb0ce2 100644 --- a/Gemfile +++ b/Gemfile @@ -83,7 +83,7 @@ group :test do gem 'machinist', '~> 1.0.6' gem 'parallel_tests' gem 'rack-test' - gem 'rspec', '~> 3.12.0' + gem 'rspec', '~> 3.13.0' gem 'rspec_api_documentation', '>= 6.1.0' gem 'rspec-collection_matchers' gem 'rspec-instafail' diff --git a/Gemfile.lock b/Gemfile.lock index 52a1c2490d6..00410659b7f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM declarative (0.0.20) delayed_job (4.1.9) activesupport (>= 3.0, < 6.2) - diff-lcs (1.5.0) + diff-lcs (1.5.1) docile (1.1.5) domain_name (0.5.20190701) unf (>= 0.0.5, < 1.0.0) @@ -414,25 +414,25 @@ GEM rfc822 (0.1.5) roodi (5.0.0) ruby_parser (~> 3.2, >= 3.2.2) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) rspec-collection_matchers (1.2.1) rspec-expectations (>= 2.99.0.beta1) - rspec-core (3.12.2) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-core (3.13.0) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-instafail (1.0.0) rspec rspec-its (1.3.0) rspec-core (>= 3.0.0) rspec-expectations (>= 3.0.0) - rspec-mocks (3.12.6) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) @@ -441,7 +441,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.13.0) rspec-wait (0.0.9) rspec (>= 3, < 4) rspec_api_documentation (6.1.0) @@ -633,7 +633,7 @@ DEPENDENCIES retryable rfc822 roodi - rspec (~> 3.12.0) + rspec (~> 3.13.0) rspec-collection_matchers rspec-instafail rspec-its