Skip to content

Commit

Permalink
Bump allure-cucumber from a402e42 to f495e66
Browse files Browse the repository at this point in the history
Bumps [allure-cucumber](https://github.com/allure-framework/allure-ruby) from `a402e42` to `f495e66`.
- [Release notes](https://github.com/allure-framework/allure-ruby/releases)
- [Commits](allure-framework/allure-ruby@a402e42...f495e66)

---
updated-dependencies:
- dependency-name: allure-cucumber
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 2ea2978 commit f812c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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-cucumber', '~> 2.24.4', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'allure-cucumber', '~> 2.24.5', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'capybara', '~> 3.40'
gem 'cucumber', '~> 9.2'
gem 'pry', '~> 0.14.2'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
GIT
remote: https://github.com/allure-framework/allure-ruby.git
revision: a402e4297aa6fa8bbc7719683dce47aceb5b7821
revision: f495e6649da424a8e3f659b6420b3528fd1f1375
branch: master
specs:
allure-cucumber (2.24.4)
allure-ruby-commons (= 2.24.4)
allure-cucumber (2.24.5)
allure-ruby-commons (= 2.24.5)
csv (>= 3.0, < 4.0)
cucumber (>= 4.0.0, < 10)
allure-ruby-commons (2.24.4)
allure-ruby-commons (2.24.5)
mime-types (>= 3.3, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
Expand Down Expand Up @@ -173,7 +173,7 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
allure-cucumber (~> 2.24.4)!
allure-cucumber (~> 2.24.5)!
capybara (~> 3.40)
cucumber (~> 9.2)
pry (~> 0.14.2)
Expand Down

0 comments on commit f812c47

Please sign in to comment.