Skip to content

Commit f36228f

Browse files
committed
👷 depend on HEAD of oauth to avoid em-http-request
1 parent db8acd5 commit f36228f

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Appraisals

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ end
3333
appraise "head" do
3434
# Why is gem "cgi" here? See: https://github.com/vcr/vcr/issues/1057
3535
# gem "cgi", ">= 0.5"
36-
gem "oauth", ">= 1.1.0"
36+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
3737
gem "benchmark", "~> 0.4", ">= 0.4.1"
3838
eval_gemfile "modular/x_std_libs.gemfile"
3939
end
4040

4141
# Used for current releases of ruby, truffleruby, and jruby.
4242
# Split into discrete appraisals if one of them needs a dependency locked discretely.
4343
appraise "current" do
44-
gem "oauth", ">= 1.1.0"
44+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
4545
eval_gemfile "modular/x_std_libs.gemfile"
4646
end
4747

@@ -86,37 +86,37 @@ appraise "ruby-3-0" do
8686
end
8787

8888
appraise "ruby-3-1" do
89-
gem "oauth", ">= 1.1.0"
89+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
9090
eval_gemfile "modular/x_std_libs/r3.1/libs.gemfile"
9191
end
9292

9393
appraise "ruby-3-2" do
94-
gem "oauth", ">= 1.1.0"
94+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
9595
eval_gemfile "modular/x_std_libs/r3/libs.gemfile"
9696
end
9797

9898
appraise "ruby-3-3" do
99-
gem "oauth", ">= 1.1.0"
99+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
100100
eval_gemfile "modular/x_std_libs/r3/libs.gemfile"
101101
end
102102

103103
# Only run security audit on the latest version of Ruby
104104
appraise "audit" do
105-
gem "oauth", ">= 1.1.0"
105+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
106106
eval_gemfile "modular/x_std_libs.gemfile"
107107
end
108108

109109
# Only run coverage on the latest version of Ruby
110110
appraise "coverage" do
111-
gem "oauth", ">= 1.1.0"
111+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
112112
eval_gemfile "modular/coverage.gemfile"
113113
eval_gemfile "modular/optional.gemfile"
114114
eval_gemfile "modular/x_std_libs.gemfile"
115115
end
116116

117117
# Only run linter on the latest version of Ruby (but, in support of oldest supported Ruby version)
118118
appraise "style" do
119-
gem "oauth", ">= 1.1.0"
119+
gem "oauth", github: "ruby-oauth/oauth", branch: "main"
120120
eval_gemfile "modular/style.gemfile"
121121
eval_gemfile "modular/x_std_libs.gemfile"
122122
end

gemfiles/audit.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

gemfiles/coverage.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

gemfiles/current.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

gemfiles/head.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66
gem "benchmark", "~> 0.4", ">= 0.4.1"
77

88
gemspec path: "../"

gemfiles/ruby_3_1.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

gemfiles/ruby_3_2.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

gemfiles/ruby_3_3.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

gemfiles/style.gemfile

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

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

5-
gem "oauth", ">= 1.1.0"
5+
gem "oauth", branch: "main", git: "https://github.com/ruby-oauth/oauth"
66

77
gemspec path: "../"
88

0 commit comments

Comments
 (0)