diff --git a/Gemfile b/Gemfile index 92abffe6..57953e1b 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem "byebug", platforms: [:mri, :mingw, :x64_mingw] # Adds support for Capybara system testing and selenium driver - gem "rspec-rails", "~> 4.0.2" + gem "rspec-rails", "~> 6.0.3" gem "faker" gem "shoulda-matchers", "~> 3.1" gem "rails-controller-testing" diff --git a/Gemfile.lock b/Gemfile.lock index ae0c9ba5..4de7f253 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -329,14 +329,14 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (4.0.2) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) + rspec-rails (6.0.3) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) rspec-support (3.12.1) rubocop (1.56.4) base64 (~> 0.1.1) @@ -476,7 +476,7 @@ DEPENDENCIES rails-controller-testing recursive-open-struct redcarpet (~> 3.5.1) - rspec-rails (~> 4.0.2) + rspec-rails (~> 6.0.3) sass-rails (~> 5.0) shoulda-matchers (~> 3.1) simplecov diff --git a/Gemfile.next.lock b/Gemfile.next.lock index 77d14786..66b10423 100644 --- a/Gemfile.next.lock +++ b/Gemfile.next.lock @@ -161,7 +161,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - diff-lcs (1.4.4) + diff-lcs (1.5.0) docile (1.4.0) dotenv (2.7.6) dotenv-rails (2.7.6) @@ -324,23 +324,23 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.5) - rspec-core (3.10.1) - rspec-support (~> 3.10.0) - rspec-expectations (3.10.1) + rspec-core (3.12.2) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-mocks (3.10.2) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.10.0) - rspec-rails (4.0.2) - actionpack (>= 4.2) - activesupport (>= 4.2) - railties (>= 4.2) - rspec-core (~> 3.10) - rspec-expectations (~> 3.10) - rspec-mocks (~> 3.10) - rspec-support (~> 3.10) - rspec-support (3.10.2) + rspec-support (~> 3.12.0) + rspec-rails (6.0.3) + actionpack (>= 6.1) + activesupport (>= 6.1) + railties (>= 6.1) + rspec-core (~> 3.12) + rspec-expectations (~> 3.12) + rspec-mocks (~> 3.12) + rspec-support (~> 3.12) + rspec-support (3.12.1) rubocop (1.20.0) parallel (~> 1.10) parser (>= 3.0.0.0) @@ -465,7 +465,7 @@ DEPENDENCIES rails-controller-testing recursive-open-struct redcarpet (~> 3.5.1) - rspec-rails (~> 4.0.2) + rspec-rails (~> 6.0.3) sass-rails (~> 5.0) shoulda-matchers (~> 3.1) simplecov