Skip to content

Commit

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

Bump allure-cucumber from `36cb2b5` to `fb490e5`
  • Loading branch information
andrcuns authored Aug 22, 2024
2 parents 8982274 + 63e5021 commit 8db036b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 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.5', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'allure-cucumber', '~> 2.25.0', github: 'allure-framework/allure-ruby', branch: 'master'
gem 'capybara', '~> 3.40'
gem 'cucumber', '~> 9.2'
gem 'pry', '~> 0.14.2'
Expand Down
22 changes: 9 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
GIT
remote: https://github.com/allure-framework/allure-ruby.git
revision: 36cb2b52320aefd16e1f383fc94e977cdb4227c0
revision: fb490e53a28ee0533deb8a57e6b3bca98adc8f44
branch: master
specs:
allure-cucumber (2.24.5)
allure-ruby-commons (= 2.24.5)
allure-cucumber (2.25.0)
allure-ruby-commons (= 2.25.0)
csv (>= 3.0, < 4.0)
cucumber (>= 4.0.0, < 10)
allure-ruby-commons (2.24.5)
allure-ruby-commons (2.25.0)
mime-types (>= 3.3, < 4)
require_all (>= 2, < 4)
rspec-expectations (~> 3.12)
uuid (>= 2.3, < 3)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -62,7 +61,7 @@ GEM
cucumber-tag-expressions (6.1.0)
diff-lcs (1.5.1)
e2mmap (0.1.0)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0)
jaro_winkler (1.6.0)
json (2.7.2)
kramdown (2.4.0)
Expand All @@ -71,16 +70,16 @@ GEM
kramdown (~> 2.0)
language_server-protocol (3.17.0.3)
logger (1.6.0)
macaddr (1.7.2)
systemu (~> 2.6.5)
matrix (0.4.2)
method_source (1.1.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0820)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
multi_test (1.1.0)
nokogiri (1.16.7-arm64-darwin)
nokogiri (1.16.7)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
parallel (1.26.3)
parser (3.3.4.2)
Expand Down Expand Up @@ -155,12 +154,9 @@ GEM
strscan (3.1.0)
sys-uname (1.3.0)
ffi (~> 1.1)
systemu (2.6.5)
thor (1.3.1)
tilt (2.4.0)
unicode-display_width (2.5.0)
uuid (2.3.9)
macaddr (~> 1.0)
websocket (1.2.11)
xpath (3.2.0)
nokogiri (~> 1.8)
Expand All @@ -170,7 +166,7 @@ PLATFORMS
ruby

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

0 comments on commit 8db036b

Please sign in to comment.