We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ea197 commit c3651b2Copy full SHA for c3651b2
Appraisals
@@ -32,7 +32,7 @@ end
32
# Split into discrete appraisals if one of them needs a dependency locked discretely.
33
appraise "head" do
34
# Why is gem "cgi" here? See: https://github.com/vcr/vcr/issues/1057
35
- # gem "cgi", ">= 0.5"
+ gem "cgi", ">= 0.5"
36
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
37
gem "benchmark", "~> 0.4", ">= 0.4.1"
38
eval_gemfile "modular/x_std_libs.gemfile"
0 commit comments