From 6a9a45619c7d2ea57170880d5f76f6dcfc95ffc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 00:26:14 +0000 Subject: [PATCH] Bump allure-rspec from `5614680` to `2904c59` Bumps [allure-rspec](https://github.com/allure-framework/allure-ruby) from `5614680` to `2904c59`. - [Release notes](https://github.com/allure-framework/allure-ruby/releases) - [Commits](https://github.com/allure-framework/allure-ruby/compare/5614680a6c95be401e050a68919749e0d2c81fd1...2904c59b0db89d2e5fd1b7d40e874f6f0ded8dae) --- updated-dependencies: - dependency-name: allure-rspec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 652c361..f0541ef 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source 'https://rubygems.org' # allure dependency is fetched from git mainly for purpose of testing allure-ruby # just the version should be used if this is used as reference for other projects -gem 'allure-rspec', '~> 2.23.0', github: 'allure-framework/allure-ruby', branch: 'master' +gem 'allure-rspec', '~> 2.24.1', github: 'allure-framework/allure-ruby', branch: 'master' gem 'pry', '~> 0.14.2' gem 'rspec', '~> 3.13' diff --git a/Gemfile.lock b/Gemfile.lock index 4a9c4c3..6cba960 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,12 @@ GIT remote: https://github.com/allure-framework/allure-ruby.git - revision: 5614680a6c95be401e050a68919749e0d2c81fd1 + revision: 2904c59b0db89d2e5fd1b7d40e874f6f0ded8dae branch: master specs: - allure-rspec (2.23.0) - allure-ruby-commons (= 2.23.0) + allure-rspec (2.24.1) + allure-ruby-commons (= 2.24.1) rspec-core (>= 3.8, < 4) - allure-ruby-commons (2.23.0) + allure-ruby-commons (2.24.1) mime-types (>= 3.3, < 4) require_all (>= 2, < 4) rspec-expectations (~> 3.12) @@ -39,7 +39,7 @@ GEM rspec-mocks (3.13.0) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-support (3.13.0) + rspec-support (3.13.1) systemu (2.6.5) uuid (2.3.9) macaddr (~> 1.0) @@ -50,7 +50,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - allure-rspec (~> 2.23.0)! + allure-rspec (~> 2.24.1)! pry (~> 0.14.2) rspec (~> 3.13)