From 0d3ba3f305b7556ae6772b547e8d48a23600dc31 Mon Sep 17 00:00:00 2001 From: Jeremy Prevost Date: Thu, 20 Feb 2025 16:16:16 -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 34cde56..406ebcb 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.6 +3.2.7 diff --git a/Gemfile b/Gemfile index eb0d808..34d9248 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.6' +ruby '3.2.7' gem 'bootsnap', require: false gem 'devise' diff --git a/Gemfile.lock b/Gemfile.lock index a89e88b..3750d0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -469,7 +469,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.6p234 + ruby 3.2.7p253 BUNDLED WITH 2.6.3