From 5c06f1d378f8135327f635b6321d42e205c77ee7 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Sat, 15 Jun 2024 15:58:50 -0400 Subject: [PATCH] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4e8d58acd..ba10d3e39 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby '2.6.10' +ruby '>= 2.6.10' gem 'rubyzip', '2.3.0' gem 'cocoapods', '>= 1.13', '< 1.15' gem 'activesupport', '>= 6.1.7.3', '< 7.1.0'