Skip to content
代码片段 群组 项目
未验证 提交 b11ebd4f 编辑于 作者: Sanad Liaquat's avatar Sanad Liaquat 提交者: GitLab
浏览文件

Merge branch 'ml-update-gitlab-qa-gem-version' into 'master'

No related branches found
No related tags found
无相关合并请求
...@@ -533,8 +533,8 @@ ...@@ -533,8 +533,8 @@
{"name":"pry-byebug","version":"3.10.1","platform":"ruby","checksum":"c8f975c32255bfdb29e151f5532130be64ff3d0042dc858d0907e849125581f8"}, {"name":"pry-byebug","version":"3.10.1","platform":"ruby","checksum":"c8f975c32255bfdb29e151f5532130be64ff3d0042dc858d0907e849125581f8"},
{"name":"pry-rails","version":"0.3.9","platform":"ruby","checksum":"468662575abb6b67f4a9831219f99290d5eae7bf186e64dd810d0a3e4a8cc4b1"}, {"name":"pry-rails","version":"0.3.9","platform":"ruby","checksum":"468662575abb6b67f4a9831219f99290d5eae7bf186e64dd810d0a3e4a8cc4b1"},
{"name":"pry-shell","version":"0.6.4","platform":"ruby","checksum":"ad024882d29912b071a7de65ebea538b242d2dc1498c60c7c2352ef94769f208"}, {"name":"pry-shell","version":"0.6.4","platform":"ruby","checksum":"ad024882d29912b071a7de65ebea538b242d2dc1498c60c7c2352ef94769f208"},
{"name":"psych","version":"5.2.1","platform":"java","checksum":"ce33486096ad9518a479e7d95d715205266ea64655ae85ce01bec01035016128"}, {"name":"psych","version":"5.2.2","platform":"java","checksum":"dae010e0bbc01e03da5c42cf538705759fb592f42eb9e06baf9bce932c2d7c4e"},
{"name":"psych","version":"5.2.1","platform":"ruby","checksum":"f6c8441d21e9df3f9790586eaf80ea472d7c98d1e89c92e68e1b6a85fb6eab66"}, {"name":"psych","version":"5.2.2","platform":"ruby","checksum":"a4a9477c85d3e858086c38cf64e7096abe40d1b1eed248b01020dec0ff9906ab"},
{"name":"public_suffix","version":"6.0.1","platform":"ruby","checksum":"61d44e1cab5cbbbe5b31068481cf16976dd0dc1b6b07bd95617ef8c5e3e00c6f"}, {"name":"public_suffix","version":"6.0.1","platform":"ruby","checksum":"61d44e1cab5cbbbe5b31068481cf16976dd0dc1b6b07bd95617ef8c5e3e00c6f"},
{"name":"puma","version":"6.5.0","platform":"java","checksum":"a58eea585d291aa33796add9884208bc1591da5d8e61886f8ac74d080b298c40"}, {"name":"puma","version":"6.5.0","platform":"java","checksum":"a58eea585d291aa33796add9884208bc1591da5d8e61886f8ac74d080b298c40"},
{"name":"puma","version":"6.5.0","platform":"ruby","checksum":"94d1b75cab7f356d52e4f1b17b9040a090889b341dbeee6ee3703f441dc189f2"}, {"name":"puma","version":"6.5.0","platform":"ruby","checksum":"94d1b75cab7f356d52e4f1b17b9040a090889b341dbeee6ee3703f441dc189f2"},
......
...@@ -1479,7 +1479,7 @@ GEM ...@@ -1479,7 +1479,7 @@ GEM
pry (>= 0.13.0) pry (>= 0.13.0)
tty-markdown tty-markdown
tty-prompt tty-prompt
psych (5.2.1) psych (5.2.2)
date date
stringio stringio
public_suffix (6.0.1) public_suffix (6.0.1)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
source 'https://rubygems.org' source 'https://rubygems.org'
gem 'gitlab-qa', '~> 14', '>= 14.21.0', require: 'gitlab/qa' gem 'gitlab-qa', '~> 15', require: 'gitlab/qa'
gem 'gitlab_quality-test_tooling', '~> 2.4.0', require: false gem 'gitlab_quality-test_tooling', '~> 2.4.0', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.0.8.6' # This should stay in sync with the root's Gemfile gem 'activesupport', '~> 7.0.8.6' # This should stay in sync with the root's Gemfile
......
...@@ -118,7 +118,7 @@ GEM ...@@ -118,7 +118,7 @@ GEM
gitlab (4.19.0) gitlab (4.19.0)
httparty (~> 0.20) httparty (~> 0.20)
terminal-table (>= 1.5.1) terminal-table (>= 1.5.1)
gitlab-qa (14.21.0) gitlab-qa (15.0.0)
activesupport (>= 6.1, < 7.2) activesupport (>= 6.1, < 7.2)
ffi (~> 1.17) ffi (~> 1.17)
gitlab (~> 4.19) gitlab (~> 4.19)
...@@ -366,7 +366,7 @@ DEPENDENCIES ...@@ -366,7 +366,7 @@ DEPENDENCIES
fog-core (= 2.1.0) fog-core (= 2.1.0)
fog-google (~> 1.24, >= 1.24.1) fog-google (~> 1.24, >= 1.24.1)
gitlab-cng! gitlab-cng!
gitlab-qa (~> 14, >= 14.21.0) gitlab-qa (~> 15)
gitlab-utils! gitlab-utils!
gitlab_quality-test_tooling (~> 2.4.0) gitlab_quality-test_tooling (~> 2.4.0)
googleauth (~> 1.9.0) googleauth (~> 1.9.0)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册