We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab1dd8 commit ae98eb6Copy full SHA for ae98eb6
nylas.gemspec
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
11
gem.license = "MIT"
12
13
# Runtime dependencies
14
- gem.add_runtime_dependency 'base64'
+ 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