Skip to content

Commit ae98eb6

Browse files
authored
Update nylas.gemspec
1 parent aab1dd8 commit ae98eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nylas.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |gem|
1111
gem.license = "MIT"
1212

1313
# Runtime dependencies
14-
gem.add_runtime_dependency 'base64'
14+
gem.add_runtime_dependency "base64"
1515
gem.add_runtime_dependency "mime-types", "~> 3.5", ">= 3.5.1"
1616
gem.add_runtime_dependency "ostruct", "~> 0.6"
1717
gem.add_runtime_dependency "rest-client", ">= 2.0.0", "< 3.0"

0 commit comments

Comments
 (0)