Skip to content

Commit 82ad5a5

Browse files
committed
chore: Add ostruct dependency for Ruby 3.5 compat
ostruct is being removed from Ruby's default gems in 3.5.
1 parent 45fd627 commit 82ad5a5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cognito_idp-client.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Gem::Specification.new do |spec|
3232

3333
spec.add_dependency "base64"
3434
spec.add_dependency "faraday", "~> 2.7"
35+
spec.add_dependency "ostruct"
3536

3637
# For more information and examples about making a new gem, check out our
3738
# guide at: https://bundler.io/guides/creating_gem.html

0 commit comments

Comments
 (0)