Skip to content

Commit

Permalink
Drop support for Cucumber 4 through 7
Browse files Browse the repository at this point in the history
- Update dependency specification
- Remove obsolete appraisals
- Update GitHub actions to run with supported Cucumber versoins
- Update README to indicate supported Cucumber versions
  • Loading branch information
mvz committed Sep 2, 2023
1 parent aa8a092 commit 3954b9a
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 51 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
appraisal: [cucumber_8, cucumber_9]
include:
- ruby: "2.6"
appraisal: cucumber_4
- ruby: "2.7"
appraisal: cucumber_5
appraisal: cucumber_8
- ruby: "2.7"
appraisal: cucumber_6
appraisal: cucumber_8
- ruby: "3.0"
appraisal: cucumber_7
appraisal: cucumber_8
- ruby: "jruby-9.3"
appraisal: cucumber_8

Expand Down
16 changes: 0 additions & 16 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
# frozen_string_literal: true

appraise "cucumber_4" do
gem "cucumber", "~> 4.0"
end

appraise "cucumber_5" do
gem "cucumber", "~> 5.0"
end

appraise "cucumber_6" do
gem "cucumber", "~> 6.0"
end

appraise "cucumber_7" do
gem "cucumber", "~> 7.0"
end

appraise "cucumber_8" do
gem "cucumber", "~> 8.0"
end
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Aruba is supported on Ruby 2.6 and up, and tested against CRuby 2.6, 2.7, 3.0,

## Supported Cucumber versions

Aruba is supported on and tested with Cucumber versions 4 through 9.
Aruba is supported on and tested with Cucumber versions 8 and 9.

## Supported operating systems

Expand Down
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency "bundler", [">= 1.17", "< 3.0"]
spec.add_runtime_dependency "contracts", [">= 0.16.0", "< 0.18.0"]
spec.add_runtime_dependency "cucumber", ">= 4.0", "< 10.0"
spec.add_runtime_dependency "cucumber", ">= 8.0", "< 10.0"
spec.add_runtime_dependency "rspec-expectations", "~> 3.4"
spec.add_runtime_dependency "thor", "~> 1.0"

Expand Down
7 changes: 0 additions & 7 deletions gemfiles/cucumber_4.gemfile

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/cucumber_5.gemfile

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/cucumber_6.gemfile

This file was deleted.

7 changes: 0 additions & 7 deletions gemfiles/cucumber_7.gemfile

This file was deleted.

0 comments on commit 3954b9a

Please sign in to comment.