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.
base64
1 parent 4461f75 commit 59d7cabCopy full SHA for 59d7cab
protocol-http.gemspec
@@ -22,4 +22,6 @@ Gem::Specification.new do |spec|
22
spec.files = Dir.glob(['{lib}/**/*', '*.md'], File::FNM_DOTMATCH, base: __dir__)
23
24
spec.required_ruby_version = ">= 2.7.6"
25
+
26
+ spec.add_dependency "base64"
27
end
0 commit comments