diff --git a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile index 984aac22b..7b99c4efa 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 "functions_framework", "~> 0.9", ">= 0.9.0" gem "grpc", "~> 1.36" diff --git a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock index bfca74245..7b9e99f45 100644 --- a/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock +++ b/builders/testdata/ruby/functions/with_platform_dependencies/Gemfile.lock @@ -1,28 +1,29 @@ GEM remote: https://rubygems.org/ specs: - cloud_events (0.3.0) - functions_framework (0.8.0) - cloud_events (~> 0.1) - puma (~> 4.3) + cloud_events (0.7.1) + functions_framework (0.11.0) + cloud_events (>= 0.5.1, < 2.a) + puma (>= 4.3.0, < 6.a) rack (~> 2.1) - google-protobuf (3.15.5-universal-darwin) + google-protobuf (3.15.5) googleapis-common-protos-types (1.0.6) google-protobuf (~> 3.14) - grpc (1.36.0-universal-darwin) + grpc (1.36.0) google-protobuf (~> 3.14) googleapis-common-protos-types (~> 1.0) - nio4r (2.5.7) - puma (4.3.7) + nio4r (2.7.4) + puma (5.6.9) nio4r (~> 2.0) - rack (2.2.3) + rack (2.2.19) PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES - functions_framework (~> 0.8) + functions_framework (~> 0.9, >= 0.9.0) grpc (~> 1.36) BUNDLED WITH - 2.2.11 + 2.3.27