Skip to content

Commit c3651b2

Browse files
committed
➕ cgi is necessary for ruby@head
1 parent 69ea197 commit c3651b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ end
3232
# Split into discrete appraisals if one of them needs a dependency locked discretely.
3333
appraise "head" do
3434
# Why is gem "cgi" here? See: https://github.com/vcr/vcr/issues/1057
35-
# gem "cgi", ">= 0.5"
35+
gem "cgi", ">= 0.5"
3636
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
3737
gem "benchmark", "~> 0.4", ">= 0.4.1"
3838
eval_gemfile "modular/x_std_libs.gemfile"

0 commit comments

Comments
 (0)