diff --git a/Gemfile b/Gemfile index 53a8970a..dbe8e974 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ group :development, :test do gem 'puma', '~> 5.2' gem 'byebug', '~> 11.1' gem 'dredd-rack', '~> 1.0' - gem 'rspec-rails', '~> 4.1' + gem 'rspec-rails', '~> 5.0' gem 'spring', '~> 2.1' gem 'rspec_junit_formatter', '0.4.1' gem 'webmock', '~> 3.12' diff --git a/Gemfile.lock b/Gemfile.lock index d1e2a778..9912bc8f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -256,10 +256,10 @@ GEM rspec-mocks (3.10.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) - rspec-rails (4.1.0) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) + rspec-rails (5.0.0) + actionpack (>= 5.2) + activesupport (>= 5.2) + railties (>= 5.2) rspec-core (~> 3.10) rspec-expectations (~> 3.10) rspec-mocks (~> 3.10) @@ -359,7 +359,7 @@ DEPENDENCIES puma (~> 5.2) rails (= 6.1.3) railties (= 6.1.3) - rspec-rails (~> 4.1) + rspec-rails (~> 5.0) rspec_junit_formatter (= 0.4.1) sassc-rails (~> 2.1) sdoc (~> 2.0)