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 b1ae025Copy full SHA for b1ae025
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"
gemfiles/head.gemfile
@@ -2,6 +2,7 @@
2
3
source "https://rubygems.org"
4
5
+gem "cgi", ">= 0.5"
6
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
7
8
0 commit comments