From 4206ef425ff570ec47b620b07d6409884b9e5b9e Mon Sep 17 00:00:00 2001 From: Vasili Kachalko Date: Mon, 6 Nov 2023 15:40:26 +0100 Subject: [PATCH] update rspec and capybara --- Gemfile | 2 +- Gemfile.lock | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 777d142e4..3a289119c 100644 --- a/Gemfile +++ b/Gemfile @@ -171,7 +171,7 @@ gem 'dotenv-rails' group :development, :test do # Enviroment variables - gem 'rspec-rails', '~> 4.0.1' + gem 'rspec-rails', '~> 6.0' gem 'rspec-github', require: false gem "pry-byebug" gem 'rails-controller-testing' diff --git a/Gemfile.lock b/Gemfile.lock index 594f4357e..a7297697a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -489,7 +489,7 @@ GEM pusher-signature (~> 0.1.8) pusher-signature (0.1.8) raabro (1.4.0) - racc (1.7.2) + racc (1.7.3) rack (2.2.8) rack-canonical-host (1.2.0) addressable (> 0, < 3) @@ -611,14 +611,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-sidekiq (4.0.2) rspec-core (~> 3.0) rspec-expectations (~> 3.0) @@ -844,7 +844,7 @@ DEPENDENCIES responders (~> 3.0) rest-client rspec-github - rspec-rails (~> 4.0.1) + rspec-rails (~> 6.0) rspec-sidekiq rspec_junit_formatter (= 0.2.3) rubocop (~> 0.52)