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 3a1f4b0 to 82c1a9e #307

Closed
Closed
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.2', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'allure-cucumber', '~> 2.24.4', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'capybara', '~> 3.40'
gem 'cucumber', '~> 9.2'
gem 'pry', '~> 0.14.2'
Expand Down
18 changes: 9 additions & 9 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: 3a1f4b0edd93b7b672d3dacf7c21481513227ecd
revision: 82c1a9ee56c9ad8a886be714a45fefa4f94b3c6a
branch: master
specs:
allure-cucumber (2.24.2)
allure-ruby-commons (= 2.24.2)
allure-cucumber (2.24.4)
allure-ruby-commons (= 2.24.4)
csv (>= 3.0, < 4.0)
cucumber (>= 4.0.0, < 10)
allure-ruby-commons (2.24.2)
allure-ruby-commons (2.24.4)
mime-types (>= 3.3, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
Expand All @@ -34,7 +34,7 @@ GEM
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.3)
csv (3.2.8)
csv (3.3.0)
cucumber (9.2.0)
builder (~> 3.2)
cucumber-ci-environment (> 9, < 11)
Expand All @@ -48,15 +48,15 @@ GEM
multi_test (~> 1.1)
sys-uname (~> 1.2)
cucumber-ci-environment (10.0.1)
cucumber-core (13.0.1)
cucumber-core (13.0.2)
cucumber-gherkin (>= 27, < 28)
cucumber-messages (>= 20, < 23)
cucumber-tag-expressions (> 5, < 7)
cucumber-cucumber-expressions (17.0.2)
cucumber-cucumber-expressions (17.1.0)
bigdecimal
cucumber-gherkin (27.0.0)
cucumber-messages (>= 19.1.4, < 23)
cucumber-html-formatter (21.3.0)
cucumber-html-formatter (21.3.1)
cucumber-messages (> 19, < 25)
cucumber-messages (22.0.0)
cucumber-tag-expressions (6.1.0)
Expand Down Expand Up @@ -173,7 +173,7 @@ PLATFORMS
x86_64-linux

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