From eaee5a267eec8661ea6a95cec3a8ce1106c139af Mon Sep 17 00:00:00 2001 From: Jesse Brown Date: Thu, 2 Mar 2023 08:26:11 -0600 Subject: [PATCH] Update example to ruby 3.1.3 The sample now works with the Cloud Native Buildpack for ruby. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 48ec038..eace766 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '2.2.1' +ruby '3.1.3' gem 'sinatra', '~>1.4.4' gem 'thin'