From cc4bad4f30cab4b5678cfac5bc4ee16a6f9d1d1c Mon Sep 17 00:00:00 2001 From: Ermat Date: Mon, 2 Oct 2023 12:21:36 +0600 Subject: [PATCH] Revert ruby version constraint in Bundle --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 81ebdce9ef..e64c7905f2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -ruby '3.0.0' +ruby '~> 3.0' group :fastlane do gem 'fastlane' diff --git a/Gemfile.lock b/Gemfile.lock index c313a201ea..d65eb0f064 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -194,7 +194,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) webrick (1.8.1) word_wrap (1.0.0) xcode-install (2.8.1)