From ed532be2012b614b6e5d3a64c8b5fa405e4e4594 Mon Sep 17 00:00:00 2001 From: abdulhamiid Date: Sat, 13 Jan 2024 00:53:50 +0100 Subject: [PATCH] Update gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a8fad68..14bb448 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rubocop', '>= 1.0', '< 2.0' -ruby '3.2.2' +ruby '3.1.2' gem 'sass-rails', '>= 5.0.3'