Skip to content

Commit

Permalink
Explicitly add base64 dependency
Browse files Browse the repository at this point in the history
Resolves AAlvAAro#5
  • Loading branch information
ErebusBat committed May 15, 2024
1 parent 06250c7 commit 2ba8238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ PATH
ruby-amazon-bedrock (0.2.4)
aws-sdk-bedrockruntime (~> 1.0)
aws-sdk-s3 (~> 1.0)
base64 (~> 0.2)

GEM
remote: https://rubygems.org/
Expand All @@ -30,6 +31,7 @@ GEM
aws-sigv4 (~> 1.6)
aws-sigv4 (1.8.0)
aws-eventstream (~> 1, >= 1.0.2)
base64 (0.2.0)
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
Expand Down
1 change: 1 addition & 0 deletions ruby-amazon-bedrock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ Gem::Specification.new do |spec|

spec.add_dependency "aws-sdk-bedrockruntime", "~> 1.0"
spec.add_dependency "aws-sdk-s3", "~> 1.0"
spec.add_dependency "base64", "~> 0.2"
end

0 comments on commit 2ba8238

Please sign in to comment.