From a3b6c3d754b62b67188d927033e29425c7a0f801 Mon Sep 17 00:00:00 2001 From: Brian McManus Date: Fri, 9 Sep 2022 16:55:04 +0000 Subject: [PATCH] Update to Ruby 3.1.2 --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index e76033b..7bde84d 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.0.3 +ruby-3.1.2 diff --git a/Gemfile b/Gemfile index a564ba1..8c563a9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.0.3" +ruby "3.1.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.3"