Skip to content

Commit

Permalink
Merge pull request #155954 from cho-m/cucumber-cpp-test
Browse files Browse the repository at this point in the history
cucumber-cpp: fix test with older activesupport gem
  • Loading branch information
BrewTestBot authored Nov 30, 2023
2 parents 743dbf3 + 0f819c7 commit fef0acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/c/cucumber-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def install
ENV["GEM_HOME"] = testpath
ENV["BUNDLE_PATH"] = testpath

system "gem", "install", "cucumber", "-v", "5.2.0"
system "gem", "install", "activesupport:7.0.8", "cucumber:5.2.0"

(testpath/"features/test.feature").write <<~EOS
Feature: Test
Expand Down

0 comments on commit fef0acd

Please sign in to comment.