Skip to content
Open
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'
gemspec

gem 'cucumber', '~>9.2', require: false
gem 'cucumber', '~>10.0', require: false
gem 'minitest', '~>5.23', require: false
gem 'rake', '~>13.2', require: false
gem 'rdoc', '~>6.7', require: false
Expand Down
48 changes: 24 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,33 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.3)
bigdecimal (3.1.9)
base64 (0.3.0)
bigdecimal (3.3.0)
builder (3.3.0)
cucumber (9.2.1)
cucumber (10.1.1)
base64 (~> 0.2)
builder (~> 3.2)
cucumber-ci-environment (> 9, < 11)
cucumber-core (> 13, < 14)
cucumber-cucumber-expressions (~> 17.0)
cucumber-gherkin (> 24, < 28)
cucumber-core (> 15, < 17)
cucumber-cucumber-expressions (> 17, < 19)
cucumber-html-formatter (> 20.3, < 22)
cucumber-messages (> 19, < 25)
diff-lcs (~> 1.5)
logger (~> 1.6)
mini_mime (~> 1.1)
multi_test (~> 1.1)
sys-uname (~> 1.2)
sys-uname (~> 1.3)
cucumber-ci-environment (10.0.1)
cucumber-core (13.0.3)
cucumber-gherkin (>= 27, < 28)
cucumber-messages (>= 20, < 23)
cucumber-core (15.2.1)
cucumber-gherkin (> 27, < 33)
cucumber-messages (> 26, < 30)
cucumber-tag-expressions (> 5, < 7)
cucumber-cucumber-expressions (17.1.0)
cucumber-cucumber-expressions (18.0.1)
bigdecimal
cucumber-gherkin (27.0.0)
cucumber-messages (>= 19.1.4, < 23)
cucumber-html-formatter (21.9.0)
cucumber-gherkin (32.2.0)
cucumber-messages (> 25, < 28)
cucumber-html-formatter (21.15.1)
cucumber-messages (> 19, < 28)
cucumber-messages (22.0.0)
cucumber-messages (27.2.0)
cucumber-tag-expressions (6.1.2)
date (3.4.1)
diff-lcs (1.6.2)
Expand All @@ -44,6 +45,8 @@ GEM
json (2.12.0)
language_server-protocol (3.17.0.5)
lint_roller (1.1.0)
logger (1.7.0)
memoist3 (1.0.0)
mini_mime (1.1.5)
minitest (5.25.5)
multi_test (1.1.0)
Expand Down Expand Up @@ -86,9 +89,6 @@ GEM
rubocop-rake (0.7.1)
lint_roller (~> 1.1)
rubocop (>= 1.72.1)
rubocop-rspec (3.6.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
ruby-progressbar (1.13.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand All @@ -98,8 +98,9 @@ GEM
simplecov_json_formatter (0.1.4)
slop (4.10.1)
stringio (3.1.7)
sys-uname (1.3.1)
sys-uname (1.4.1)
ffi (~> 1.1)
memoist3 (~> 1.0.0)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
Expand All @@ -112,16 +113,15 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
cucumber (~> 9.2)
cucumber (~> 10.0)
hoc!
minitest (~> 5.23)
rake (~> 13.2)
rdoc (~> 6.7)
rubocop (~> 1.52)
rubocop-minitest (> 0)
rubocop-performance (> 0)
rubocop-rake (> 0)
rubocop-rspec (> 0)
rubocop-minitest (~> 0.38)
rubocop-performance (~> 1.25)
rubocop-rake (~> 0.7)
simplecov (~> 0.22)

BUNDLED WITH
Expand Down
Loading