We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae4b122 commit aab1dd8Copy full SHA for aab1dd8
nylas.gemspec
@@ -11,6 +11,7 @@ Gem::Specification.new do |gem|
11
gem.license = "MIT"
12
13
# Runtime dependencies
14
+ gem.add_runtime_dependency 'base64'
15
gem.add_runtime_dependency "mime-types", "~> 3.5", ">= 3.5.1"
16
gem.add_runtime_dependency "ostruct", "~> 0.6"
17
gem.add_runtime_dependency "rest-client", ">= 2.0.0", "< 3.0"
0 commit comments