diff --git a/builders/testdata/ruby/functions/with_dependencies/Gemfile b/builders/testdata/ruby/functions/with_dependencies/Gemfile index cf23ed2ca..2be94e071 100644 --- a/builders/testdata/ruby/functions/with_dependencies/Gemfile +++ b/builders/testdata/ruby/functions/with_dependencies/Gemfile @@ -13,5 +13,5 @@ # limitations under the License. source "https://rubygems.org" -gem "functions_framework", "~> 0.7" -gem "grpc", "~> 1.32" +gem "functions_framework", "~> 1.3", ">= 1.3.0" +gem "grpc", "~> 1.34", ">= 1.34.0" diff --git a/builders/testdata/ruby/functions/with_dependencies/Gemfile.lock b/builders/testdata/ruby/functions/with_dependencies/Gemfile.lock index 61d445eea..bdf79d38a 100644 --- a/builders/testdata/ruby/functions/with_dependencies/Gemfile.lock +++ b/builders/testdata/ruby/functions/with_dependencies/Gemfile.lock @@ -1,28 +1,30 @@ GEM remote: https://rubygems.org/ specs: - cloud_events (0.1.2) - functions_framework (0.7.0) - cloud_events (~> 0.1) - puma (~> 4.3) - rack (~> 2.1) - google-protobuf (3.13.0) - googleapis-common-protos-types (1.0.5) - google-protobuf (~> 3.11) - grpc (1.32.0) - google-protobuf (~> 3.13) + cloud_events (0.7.1) + functions_framework (1.5.1) + cloud_events (>= 0.7.0, < 2.a) + puma (>= 4.3.0, < 7.a) + rack (>= 2.1, < 4.a) + google-protobuf (4.26.1) + rake (>= 13) + googleapis-common-protos-types (1.18.0) + google-protobuf (>= 3.18, < 5.a) + grpc (1.65.2) + google-protobuf (>= 3.25, < 5.0) googleapis-common-protos-types (~> 1.0) - nio4r (2.5.4) - puma (4.3.6) + nio4r (2.7.4) + puma (6.6.0) nio4r (~> 2.0) - rack (2.2.3) + rack (3.1.16) + rake (13.3.0) PLATFORMS ruby DEPENDENCIES - functions_framework (~> 0.7) - grpc (~> 1.32) + functions_framework (~> 1.3, >= 1.3.0) + grpc (~> 1.34, >= 1.34.0) BUNDLED WITH 2.1.4