diff --git a/qa/Gemfile b/qa/Gemfile index 86bb6d3de330613e9ef93e097f025f237f69981e..2451f49be0aaddff82cc204c7818333ba1b5a5db 100644 --- a/qa/Gemfile +++ b/qa/Gemfile @@ -10,7 +10,7 @@ gem 'allure-rspec', '~> 2.23.0' gem 'capybara', '~> 3.39.2' gem 'capybara-screenshot', '~> 1.0.26' gem 'rake', '~> 13', '>= 13.1.0' -gem 'rspec', '~> 3.12' +gem 'rspec', '~> 3.13' gem 'selenium-webdriver', '= 4.17.0' gem 'airborne', '~> 0.3.7', require: false # airborne is messing with rspec sandboxed mode so not requiring by default gem 'rest-client', '~> 2.1.0' diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index a68d6b572d1ab28586cdde09eeced85d7d339c28..1f99fdb765ce92329486c8e35cf16e49bd0d3d9a 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -264,18 +264,18 @@ GEM retriable (3.1.2) rexml (3.2.5) rotp (6.3.0) - rspec (3.12.0) - rspec-core (~> 3.12.0) - rspec-expectations (~> 3.12.0) - rspec-mocks (~> 3.12.0) - rspec-core (3.12.0) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.0) + rspec (3.13.0) + rspec-core (~> 3.13.0) + rspec-expectations (~> 3.13.0) + rspec-mocks (~> 3.13.0) + 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-mocks (3.12.6) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) + rspec-support (~> 3.13.0) rspec-parameterized (1.0.0) rspec-parameterized-core (< 2) rspec-parameterized-table_syntax (< 2) @@ -289,7 +289,7 @@ GEM rspec-parameterized-core (< 2) rspec-retry (0.6.2) rspec-core (> 3.3) - rspec-support (3.12.0) + rspec-support (3.13.0) rspec_junit_formatter (0.6.0) rspec-core (>= 2, < 4, != 2.12.0) ruby-debug-ide (0.7.3) @@ -371,7 +371,7 @@ DEPENDENCIES rake (~> 13, >= 13.1.0) rest-client (~> 2.1.0) rotp (~> 6.3.0) - rspec (~> 3.12) + rspec (~> 3.13) rspec-parameterized (~> 1.0.0) rspec-retry (~> 0.6.2) rspec_junit_formatter (~> 0.6.0)