From 52f2b34f59ae9c80bc2d2604d1b8f794bbebfbc3 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Mon, 4 Jul 2022 14:07:29 -0400 Subject: [PATCH] Changed ruby version in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 805c5ea..bd0b61d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby "3.0.2" +ruby "2.7.4" # Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main" gem "rails", "~> 7.0.3"