From 3aea79ab74129c48eeba4a5b314188c2de14c8f7 Mon Sep 17 00:00:00 2001 From: Evan Sparkman Date: Tue, 13 Aug 2024 17:38:44 -0400 Subject: [PATCH] Bump to Ruby 3.3.3 --- .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..619b537 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.0 +3.3.3 diff --git a/Gemfile.lock b/Gemfile.lock index 1979bf8..ef57dca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -353,7 +353,7 @@ DEPENDENCIES web-console RUBY VERSION - ruby 3.3.0p0 + ruby 3.3.3p89 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"