diff --git a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile index 984aac22b..1c14b7656 100644 --- a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile +++ b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile @@ -13,5 +13,5 @@ # limitations under the License. source "https://rubygems.org" -gem "functions_framework", "~> 0.8" -gem "grpc", "~> 1.36" +gem "functions_framework", "~> 1.3", ">= 1.3.0" +gem "grpc", "~> 1.36", ">= 1.36.0" diff --git a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock index bfca74245..592f59e73 100644 --- a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock +++ b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock @@ -1,28 +1,36 @@ GEM remote: https://rubygems.org/ specs: - cloud_events (0.3.0) - functions_framework (0.8.0) - cloud_events (~> 0.1) - puma (~> 4.3) - rack (~> 2.1) - google-protobuf (3.15.5-universal-darwin) - googleapis-common-protos-types (1.0.6) - google-protobuf (~> 3.14) - grpc (1.36.0-universal-darwin) - google-protobuf (~> 3.14) + 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) + google-protobuf (4.26.1-x86_64-darwin) + 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.7) - puma (4.3.7) + grpc (1.65.2-x86_64-darwin) + google-protobuf (>= 3.25, < 5.0) + googleapis-common-protos-types (~> 1.0) + 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 x86_64-darwin-19 DEPENDENCIES - functions_framework (~> 0.8) - grpc (~> 1.36) + functions_framework (~> 1.3, >= 1.3.0) + grpc (~> 1.36, >= 1.36.0) BUNDLED WITH - 2.2.11 + 2.1.4