From cf78f57b3a1999d64480ab7026402a243f0638e6 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 20 Feb 2025 16:01:20 -0500 Subject: [PATCH] ruby 3.2.7 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index 34cde569..406ebcbd 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.6 +3.2.7 diff --git a/Gemfile b/Gemfile index a63ab77a..1bdcc97f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.2.6' +ruby '3.2.7' gem 'actionpack-action_caching', github: 'rails/actionpack-action_caching', branch: 'master' gem 'barnes' diff --git a/Gemfile.lock b/Gemfile.lock index 88d8b9e8..1145e64f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -474,7 +474,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.6p234 + ruby 3.2.7p253 BUNDLED WITH 2.5.14