From 834a30fbe32bd6aa76fc1956aed470b129f0bffc Mon Sep 17 00:00:00 2001 From: bijan Date: Sun, 12 May 2024 20:43:41 +0330 Subject: [PATCH] feat: update gemfile version --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3fefe4f..593e454 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } -ruby '2.7.1' +ruby '3.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 6.0.5'