From 4b0f66d83d8fc6f71606555b1d175146dee0a2ac Mon Sep 17 00:00:00 2001 From: sau226 <32805612+sau226@users.noreply.github.com> Date: Tue, 21 Feb 2023 15:38:34 +1100 Subject: [PATCH 1/2] Port ruby version from qpixel --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c3a5f5c..7bdd0cb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '2.7.6' +ruby '>= 2.7', '< 4' source 'https://rubygems.org' gem 'aws-ses-v4', require: 'aws/ses' From 1bdfb21501c8457f047148f28cac0a0322d65bd7 Mon Sep 17 00:00:00 2001 From: sau226 <32805612+sau226@users.noreply.github.com> Date: Tue, 21 Feb 2023 04:46:49 +0000 Subject: [PATCH 2/2] Update gem lock file --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index cf0a57c..466d23c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ DEPENDENCIES colorize (~> 0.8) RUBY VERSION - ruby 2.7.6p219 + ruby 3.0.0p0 BUNDLED WITH - 2.1.4 + 2.3.22 \ No newline at end of file