From 80538aa0be927822a34b41cc06fbd321a979f1b7 Mon Sep 17 00:00:00 2001 From: Miles Date: Fri, 18 Oct 2024 14:14:23 -0400 Subject: [PATCH] revert ruby versionb --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index a0891f56..15a27998 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.4 +3.3.0 diff --git a/Gemfile b/Gemfile index caffe174..f228820d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -ruby '3.3.4' +ruby '3.3.0' source "https://rubygems.org" gem 'rubocop'