Skip to content

Commit b1ae025

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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"

gemfiles/head.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
source "https://rubygems.org"
44

5+
gem "cgi", ">= 0.5"
56
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
67
gem "benchmark", "~> 0.4", ">= 0.4.1"
78

0 commit comments

Comments
 (0)