Skip to content

Commit

Permalink
Ensure both childprocess 4.0 and 4.1 are tested
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 22, 2022
1 parent b1f3520 commit 75e4631
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ end

appraise "cucumber_6" do
gem "cucumber", "~> 6.0"
gem "childprocess", "~> 4.0"
gem "childprocess", "~> 4.0.0"
end

appraise "cucumber_7" do
gem "cucumber", "~> 7.0"
gem "childprocess", "~> 4.0"
gem "childprocess", "~> 4.0.0"
end

appraise "cucumber_8" do
gem "cucumber", "~> 8.0"
gem "childprocess", "~> 4.0"
gem "childprocess", "~> 4.1.0"
end
2 changes: 1 addition & 1 deletion gemfiles/cucumber_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "cucumber", "~> 6.0"
gem "childprocess", "~> 4.0"
gem "childprocess", "~> 4.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/cucumber_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "cucumber", "~> 7.0"
gem "childprocess", "~> 4.0"
gem "childprocess", "~> 4.0.0"

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/cucumber_8.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source "https://rubygems.org"

gem "cucumber", "~> 8.0"
gem "childprocess", "~> 4.0"
gem "childprocess", "~> 4.1.0"

gemspec path: "../"

0 comments on commit 75e4631

Please sign in to comment.