From b2c28cc09852dc5f1d38fba595c75fb17850ac5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20V=C3=A1squez?= Date: Fri, 17 Oct 2025 08:45:29 -0600 Subject: [PATCH] Ignore Gemfile.lock --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 912b873..3ca70ad 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ .ruby-version .tool-versions + +Gemfile.lock