Skip to content

Commit 7a7d820

Browse files
authored
Merge pull request #460 from oneclick/fix-spec-net-http
Avoid update of net-http on ruby-3.x
2 parents cbb8a96 + e0ce72c commit 7a7d820

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ gemspec
66
gem "octokit"
77
gem "win32-process"
88
gem "uri", "~> 0.13"
9+
10+
gem "net-http", RUBY_VERSION =~ /^3\./ ? "~> 0.6.0" : nil

0 commit comments

Comments
 (0)