From 773de1b17132ba4e58bf8cc91c1e1d08408c7177 Mon Sep 17 00:00:00 2001 From: Peter Hartshorn Date: Thu, 28 Sep 2023 09:55:09 +0100 Subject: [PATCH] Test difference in ruby-version file --- .ruby-version | 2 +- Gemfile | 2 -- Gemfile.lock | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.ruby-version b/.ruby-version index be94e6f53..944880fa1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.2.0 diff --git a/Gemfile b/Gemfile index 59d1977ae..70b01c95d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,6 @@ source "https://rubygems.org" ruby File.read(".ruby-version") -ruby "~> 3.2.0" - gem "rails", "7.0.6" gem "bootsnap", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3aaf7e660..558e8e2cb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -609,7 +609,7 @@ DEPENDENCIES webmock RUBY VERSION - ruby 3.2.2p53 + ruby 3.2.0p0 BUNDLED WITH 2.3.24