We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff15a14 commit 7cac99cCopy full SHA for 7cac99c
2 files changed
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Changelog
2
3
### Unreleased
4
+* Added dependency on `ostruct` gem
5
* Enable SDK to reattach large files to messages on retry
6
7
### 6.1.1 / 2024-08-20
nylas.gemspec
@@ -12,6 +12,7 @@ Gem::Specification.new do |gem|
12
13
# Runtime dependencies
14
gem.add_runtime_dependency "mime-types", "~> 3.5", ">= 3.5.1"
15
+ gem.add_runtime_dependency "ostruct", "~> 0.6"
16
gem.add_runtime_dependency "rest-client", ">= 2.0.0", "< 3.0"
17
gem.add_runtime_dependency "yajl-ruby", "~> 1.4.3", ">= 1.2.1"
18
0 commit comments