From 428362cf58138f5087f0bbf5f2e8ba5c28f9b7d0 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Wed, 28 Dec 2022 09:20:37 -0800 Subject: [PATCH] Bump ruby from 3.1.2 to 3.2.0 --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index febf4eb..1e3941f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.1.2" +ruby "3.2.0" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.3" diff --git a/Gemfile.lock b/Gemfile.lock index 80e2b2c..8402e3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -298,7 +298,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.1.2p20 + ruby 3.2.0p0 BUNDLED WITH 2.3.12