Skip to content

Commit

Permalink
Merge pull request #312 from allure-examples/dependabot/bundler/allur…
Browse files Browse the repository at this point in the history
…e-cucumber-f495e66

Bump allure-cucumber from `a402e42` to `f495e66`
  • Loading branch information
andrcuns authored May 25, 2024
2 parents 35e84df + f812c47 commit e6b39dc
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 e6b39dc

Please sign in to comment.