From 9f3d7782aab3539d47c09a71fe07991b1ae1de00 Mon Sep 17 00:00:00 2001 From: louis-antonopoulos Date: Wed, 28 Aug 2024 12:21:47 -0400 Subject: [PATCH] Update Gemfile.lock (#344) **This PR:** - Updates `Gemfile.lock` by running `bundle` to fix older yuri-ita version reference that was causing auto-deploys to fail --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index b6a376f6..d3fd226c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - yuri-ita (0.1.0) + yuri-ita (0.2.1) activemodel (~> 7.0) activerecord (~> 7.0) activesupport (~> 7.0)