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

Merge branch 'renovate-qa/allure-rspec-2.x' into 'master'

Update dependency allure-rspec to '~> 2.26.0'

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/184110



Merged-by: default avatarTiffany Rea <trea@gitlab.com>
Approved-by: default avatarTiffany Rea <trea@gitlab.com>
Co-authored-by: default avatarGitLab Renovate Bot <gitlab-bot@gitlab.com>
No related branches found
No related tags found
2 合并请求!3031Merge per-main-jh to main-jh by luzhiyuan,!3030Merge per-main-jh to main-jh
...@@ -6,7 +6,7 @@ gem 'gitlab-qa', '~> 15', '>= 15.3.0', require: 'gitlab/qa' ...@@ -6,7 +6,7 @@ gem 'gitlab-qa', '~> 15', '>= 15.3.0', require: 'gitlab/qa'
gem 'gitlab_quality-test_tooling', '~> 2.8.0', require: false gem 'gitlab_quality-test_tooling', '~> 2.8.0', require: false
gem 'gitlab-utils', path: '../gems/gitlab-utils' gem 'gitlab-utils', path: '../gems/gitlab-utils'
gem 'activesupport', '~> 7.0.8.7' # This should stay in sync with the root's Gemfile gem 'activesupport', '~> 7.0.8.7' # This should stay in sync with the root's Gemfile
gem 'allure-rspec', '~> 2.25.0' gem 'allure-rspec', '~> 2.26.0'
gem 'capybara', '~> 3.40.0' gem 'capybara', '~> 3.40.0'
gem 'capybara-screenshot', '~> 1.0.26' gem 'capybara-screenshot', '~> 1.0.26'
gem 'rake', '~> 13', '>= 13.2.1' gem 'rake', '~> 13', '>= 13.2.1'
......
...@@ -35,10 +35,10 @@ GEM ...@@ -35,10 +35,10 @@ GEM
tzinfo (~> 2.0) tzinfo (~> 2.0)
addressable (2.8.7) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
allure-rspec (2.25.0) allure-rspec (2.26.0)
allure-ruby-commons (= 2.25.0) allure-ruby-commons (= 2.26.0)
rspec-core (>= 3.8, < 4) rspec-core (>= 3.8, < 4)
allure-ruby-commons (2.25.0) allure-ruby-commons (2.26.0)
mime-types (>= 3.3, < 4) mime-types (>= 3.3, < 4)
require_all (>= 2, < 4) require_all (>= 2, < 4)
rspec-expectations (~> 3.12) rspec-expectations (~> 3.12)
...@@ -357,7 +357,7 @@ PLATFORMS ...@@ -357,7 +357,7 @@ PLATFORMS
DEPENDENCIES DEPENDENCIES
activesupport (~> 7.0.8.7) activesupport (~> 7.0.8.7)
allure-rspec (~> 2.25.0) allure-rspec (~> 2.26.0)
capybara (~> 3.40.0) capybara (~> 3.40.0)
capybara-screenshot (~> 1.0.26) capybara-screenshot (~> 1.0.26)
deprecation_toolkit (~> 2.2.2) deprecation_toolkit (~> 2.2.2)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册