diff options
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index 3e85a33f2a2..6afd205a6e1 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -2,7 +2,7 @@ GEM remote: https://rubygems.org/ specs: abstract_type (0.0.7) - activesupport (6.1.4.1) + activesupport (6.1.4.6) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -226,6 +226,7 @@ GEM rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) + rainbow (3.0.0) rake (13.0.6) regexp_parser (2.1.1) representable (3.1.1) @@ -321,7 +322,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (~> 6.1.4.1) + activesupport (~> 6.1.4.6) airborne (~> 0.3.4) allure-rspec (~> 2.15.0) capybara (~> 3.35.0) @@ -339,6 +340,7 @@ DEPENDENCIES parallel (~> 1.19) parallel_tests (~> 2.29) pry-byebug (~> 3.5.1) + rainbow (~> 3.0.0) rake (~> 13) rest-client (~> 2.1.0) rotp (~> 3.1.0) @@ -355,4 +357,4 @@ DEPENDENCIES zeitwerk (~> 2.4) BUNDLED WITH - 2.2.33 + 2.3.6 |