diff --git a/.ruby-version b/.ruby-version index b347b11e..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.3 +3.3.0 diff --git a/Gemfile b/Gemfile index f6b1b561..ef51569f 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.3" +ruby "3.3.0" gem "bootsnap", ">= 1.1.0", require: false gem "bootstrap", ">= 4.3.1"