From b015c56921d03fbdeb7af771cbd382278fc9dcf5 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Tue, 4 Jun 2024 20:26:24 +0100 Subject: [PATCH 1/3] Latest versions --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f409874a..0d7c32bfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: fail-fast: false matrix: ruby: - - 3.1.4 - - 3.2.2 - - 3.3.0 + - 3.1.5 + - 3.2.4 + - 3.3.1 steps: - name: Checkout code From dfeceb431956a108271536ae7bf52df091a1c189 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Tue, 4 Jun 2024 20:42:09 +0100 Subject: [PATCH 2/3] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d7c32bfd..940d35462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,9 +14,9 @@ jobs: fail-fast: false matrix: ruby: - - 3.1.5 + - 3.1.6 - 3.2.4 - - 3.3.1 + - 3.3.2 steps: - name: Checkout code From 8cf2e6b7c53508b81df76903f17cef1bfaf5bf28 Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Wed, 5 Jun 2024 15:09:18 +0100 Subject: [PATCH 3/3] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 100d9b03d..0f435985e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem "bcrypt" gem "pg", ">= 0.18.0" -gem "sqlite3", "~> 1.4" +gem "sqlite3", ">= 1.6.6" gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem "benchmark-ips" gem "minitest", ">= 5.15.0"