diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-11 06:10:11 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-03-11 06:10:11 +0000 |
commit | 65a1175e466105fca1f40cb5a995fdb100ff334e (patch) | |
tree | 562573b4fc7a0cd748d07d6a1720b4b13d36386a /qa/Gemfile.lock | |
parent | 3a52deac114dda8a1ee0da597c148b0dfc5dcf35 (diff) | |
download | gitlab-ce-65a1175e466105fca1f40cb5a995fdb100ff334e.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Gemfile.lock')
-rw-r--r-- | qa/Gemfile.lock | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/qa/Gemfile.lock b/qa/Gemfile.lock index cd73e1b6539..ececdab80d5 100644 --- a/qa/Gemfile.lock +++ b/qa/Gemfile.lock @@ -1,11 +1,12 @@ GEM remote: https://rubygems.org/ specs: - activesupport (5.2.3) + activesupport (6.0.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) airborne (0.2.13) @@ -28,7 +29,7 @@ GEM launchy childprocess (3.0.0) coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.6) debase (0.2.4.1) debase-ruby_core_source (>= 0.10.2) debase-ruby_core_source (0.10.6) @@ -40,7 +41,7 @@ GEM gitlab-qa (4.0.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.6.0) + i18n (1.8.2) concurrent-ruby (~> 1.0) knapsack (1.17.1) rake @@ -52,7 +53,7 @@ GEM mime-types-data (3.2016.0521) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.0) netrc (0.11.0) nokogiri (1.10.5) mini_portile2 (~> 2.4.0) @@ -100,19 +101,20 @@ GEM rubyzip (>= 1.2.2) thread_safe (0.3.6) timecop (0.9.1) - tzinfo (1.2.5) + tzinfo (1.2.6) thread_safe (~> 0.1) unf (0.1.4) unf_ext unf_ext (0.0.7.4) xpath (3.2.0) nokogiri (~> 1.8) + zeitwerk (2.3.0) PLATFORMS ruby DEPENDENCIES - activesupport (= 5.2.3) + activesupport (= 6.0.2) airborne (~> 0.2.13) capybara (~> 3.29.0) capybara-screenshot (~> 1.0.23) |