From 844f5a2216f29250454440e500f68b39476fad43 Mon Sep 17 00:00:00 2001 From: Evan Sparkman Date: Wed, 14 Aug 2024 09:52:27 -0400 Subject: [PATCH] Bump to Ruby 3.3.4 (#69) * Bump to Ruby 3.3.3 * Go all the way to 3.3.4 --- .ruby-version | 2 +- Gemfile.lock | 2 +- db/schema.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 15a2799..a0891f5 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.4 diff --git a/Gemfile.lock b/Gemfile.lock index 1979bf8..2339399 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -353,7 +353,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.4p94 BUNDLED WITH 2.4.22 diff --git a/db/schema.rb b/db/schema.rb index 63222d5..fbeb501 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -10,7 +10,7 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema[7.1].define(version: 2023_12_12_153246) do +ActiveRecord::Schema[7.2].define(version: 2023_12_12_153246) do # These are extensions that must be enabled in order to support this database enable_extension "plpgsql"