We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbb8a96 + e0ce72c commit 7a7d820Copy full SHA for 7a7d820
Gemfile
@@ -6,3 +6,5 @@ gemspec
6
gem "octokit"
7
gem "win32-process"
8
gem "uri", "~> 0.13"
9
+
10
+gem "net-http", RUBY_VERSION =~ /^3\./ ? "~> 0.6.0" : nil
0 commit comments