diff --git a/builders/testdata/ruby/functions/with_fn_source/Gemfile b/builders/testdata/ruby/functions/with_fn_source/Gemfile index ecd7cd35e..41a2fb35d 100644 --- a/builders/testdata/ruby/functions/with_fn_source/Gemfile +++ b/builders/testdata/ruby/functions/with_fn_source/Gemfile @@ -13,4 +13,4 @@ # limitations under the License. source "https://rubygems.org" -gem "functions_framework", "~> 0.7" +gem "functions_framework", "~> 1.3", ">= 1.3.0" diff --git a/builders/testdata/ruby/functions/with_fn_source/Gemfile.lock b/builders/testdata/ruby/functions/with_fn_source/Gemfile.lock index f3f33a5a0..cb13e2f0d 100644 --- a/builders/testdata/ruby/functions/with_fn_source/Gemfile.lock +++ b/builders/testdata/ruby/functions/with_fn_source/Gemfile.lock @@ -1,21 +1,21 @@ 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) - nio4r (2.5.4) - puma (4.3.6) + cloud_events (0.9.0) + functions_framework (1.6.2) + cloud_events (>= 0.7.0, < 2.a) + puma (>= 4.3.0, < 7.a) + rack (>= 2.1, < 4.a) + nio4r (2.7.5) + puma (6.6.1) nio4r (~> 2.0) - rack (2.2.3) + rack (3.2.6) PLATFORMS ruby DEPENDENCIES - functions_framework (~> 0.7) + functions_framework (~> 1.3, >= 1.3.0) BUNDLED WITH - 2.1.4 + 2.3.27