From fddd604da9d5282082ddab7bf850e47212149001 Mon Sep 17 00:00:00 2001 From: David Jennes Date: Wed, 27 Jul 2022 02:14:59 +0200 Subject: [PATCH] Forgot ruby version --- .ruby-version | 1 + Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .ruby-version diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 00000000..b0f2dcb3 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.0.4 diff --git a/Gemfile.lock b/Gemfile.lock index 929a3b94..2398a926 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -175,7 +175,7 @@ GEM zeitwerk (2.6.0) PLATFORMS - x86_64-darwin-21 + ruby DEPENDENCIES cocoapods (~> 1.11) @@ -186,4 +186,4 @@ DEPENDENCIES xcpretty (~> 0.3) BUNDLED WITH - 2.3.5 + 2.2.33