Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sample-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gem "traceloop-sdk"

gem "gemini-ai", "~> 4.3"

gem "aws-sdk-bedrockruntime", "~> 1.71"
gem "aws-sdk-bedrockruntime", "~> 1.72"
8 changes: 5 additions & 3 deletions sample-app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ GEM
addressable (2.8.8)
public_suffix (>= 2.0.2, < 8.0)
aws-eventstream (1.4.0)
aws-partitions (1.1206.0)
aws-sdk-bedrockruntime (1.71.0)
aws-partitions (1.1209.0)
aws-sdk-bedrockruntime (1.72.0)
aws-sdk-core (~> 3, >= 3.241.4)
aws-sigv4 (~> 1.5)
aws-sdk-core (3.241.4)
Expand Down Expand Up @@ -36,6 +36,7 @@ GEM
faraday (~> 2.0)
typhoeus (~> 1.4)
ffi (1.17.3-arm64-darwin)
ffi (1.17.3-x86_64-linux-gnu)
gemini-ai (4.3.0)
event_stream_parser (~> 1.0)
faraday (~> 2.13, >= 2.13.2)
Expand Down Expand Up @@ -109,9 +110,10 @@ GEM
PLATFORMS
arm64-darwin-23
arm64-darwin-25
x86_64-linux

DEPENDENCIES
aws-sdk-bedrockruntime (~> 1.71)
aws-sdk-bedrockruntime (~> 1.72)
gemini-ai (~> 4.3)
ruby-openai
traceloop-sdk
Expand Down