@@ -27,11 +27,11 @@ version = ::FunctionsFramework::VERSION
2727
2828 spec . summary = "Functions Framework for Ruby"
2929 spec . description =
30- "The Functions Framework is an open source framework for writing" \
31- " lightweight, portable Ruby functions that run in a serverless" \
32- " environment. Functions written to this Framework will run on Google" \
33- " Cloud Functions, Google Cloud Run, or any other Knative-based" \
34- " environment."
30+ "The Functions Framework is an open source framework for writing " \
31+ "lightweight, portable Ruby functions that run in a serverless " \
32+ "environment. Functions written to this Framework will run on Google " \
33+ "Cloud Functions, Google Cloud Run, or any other Knative-based " \
34+ "environment."
3535 spec . license = "Apache-2.0"
3636 spec . homepage = "https://github.com/GoogleCloudPlatform/functions-framework-ruby"
3737
@@ -44,7 +44,7 @@ version = ::FunctionsFramework::VERSION
4444 spec . bindir = "bin"
4545 spec . executables = [ "functions-framework" , "functions-framework-ruby" ]
4646
47- spec . required_ruby_version = ">= 2.5 .0"
47+ spec . required_ruby_version = ">= 2.6 .0"
4848 spec . add_dependency "cloud_events" , ">= 0.7.0" , "< 2.a"
4949 spec . add_dependency "puma" , ">= 4.3.0" , "< 6.a"
5050 spec . add_dependency "rack" , "~> 2.1"
0 commit comments