From 81157a26888249bc66e5df49e154edf593de6207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 11:13:13 +0000 Subject: [PATCH] chore(deps): bump aws-sdk-bedrockruntime in /sample-app Bumps [aws-sdk-bedrockruntime](https://github.com/aws/aws-sdk-ruby) from 1.71.0 to 1.74.0. - [Release notes](https://github.com/aws/aws-sdk-ruby/releases) - [Changelog](https://github.com/aws/aws-sdk-ruby/blob/version-3/gems/aws-sdk-bedrockruntime/CHANGELOG.md) - [Commits](https://github.com/aws/aws-sdk-ruby/commits) --- updated-dependencies: - dependency-name: aws-sdk-bedrockruntime dependency-version: 1.74.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sample-app/Gemfile | 2 +- sample-app/Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/sample-app/Gemfile b/sample-app/Gemfile index a7da70e..28f28ce 100644 --- a/sample-app/Gemfile +++ b/sample-app/Gemfile @@ -7,4 +7,4 @@ gem "traceloop-sdk" gem "gemini-ai", "~> 4.3" -gem "aws-sdk-bedrockruntime", "~> 1.71" +gem "aws-sdk-bedrockruntime", "~> 1.74" diff --git a/sample-app/Gemfile.lock b/sample-app/Gemfile.lock index 91d0588..23b350e 100644 --- a/sample-app/Gemfile.lock +++ b/sample-app/Gemfile.lock @@ -4,11 +4,11 @@ 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-sdk-core (~> 3, >= 3.241.4) + aws-partitions (1.1229.0) + aws-sdk-bedrockruntime (1.74.0) + aws-sdk-core (~> 3, >= 3.244.0) aws-sigv4 (~> 1.5) - aws-sdk-core (3.241.4) + aws-sdk-core (3.244.0) aws-eventstream (~> 1, >= 1.3.0) aws-partitions (~> 1, >= 1.992.0) aws-sigv4 (~> 1.9) @@ -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) @@ -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.74) gemini-ai (~> 4.3) ruby-openai traceloop-sdk