Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump allure-cucumber from a402e42 to f495e66 #312

Merged
merged 1 commit into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading