Skip to content

Commit c959e65

Browse files
authored
Add ostruct as a dependency (#151)
1 parent 9c67651 commit c959e65

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Add `ostruct` as a dependency to support Ruby 3.5.
5+
46
2.14.0 (2025-06-04)
57
------------------
68

aws-record.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
1313
spec.require_paths = ['lib']
1414
spec.files = Dir['lib/**/*.rb', 'LICENSE', 'CHANGELOG.md', 'VERSION']
1515

16+
spec.add_dependency 'ostruct', '~> 0'
17+
1618
# Require 1.85.0 for user_agent_frameworks config
1719
spec.add_dependency 'aws-sdk-dynamodb', '~> 1', '>= 1.85.0'
1820

0 commit comments

Comments
 (0)