Skip to content

Commit

Permalink
Add dependency on ostruct gem (#491)
Browse files Browse the repository at this point in the history
* Add dependency for ostruct

* Update CHANGELOG.md
  • Loading branch information
mrashed-dev committed Sep 24, 2024
1 parent ff15a14 commit 7cac99c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

### Unreleased
* Added dependency on `ostruct` gem
* Enable SDK to reattach large files to messages on retry

### 6.1.1 / 2024-08-20
Expand Down
1 change: 1 addition & 0 deletions nylas.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |gem|

# Runtime dependencies
gem.add_runtime_dependency "mime-types", "~> 3.5", ">= 3.5.1"
gem.add_runtime_dependency "ostruct", "~> 0.6"
gem.add_runtime_dependency "rest-client", ">= 2.0.0", "< 3.0"
gem.add_runtime_dependency "yajl-ruby", "~> 1.4.3", ">= 1.2.1"

Expand Down

0 comments on commit 7cac99c

Please sign in to comment.