From 2d97e9577149154f2553027428c8783bdb4d97f9 Mon Sep 17 00:00:00 2001 From: Carlos Antonio da Silva Date: Thu, 12 Oct 2023 16:08:02 -0300 Subject: [PATCH] Use latest Ruby 3.2.2 and latest bundler --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 31747a2..6f0f4ba 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.2.0" +ruby "3.2.2" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.2", ">= 7.0.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index fffa167..50f4185 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,7 @@ DEPENDENCIES webdrivers RUBY VERSION - ruby 3.2.0p0 + ruby 3.2.2p53 BUNDLED WITH - 2.4.6 + 2.4.20