From b3b49d154453713daddd27ec1e2fe2bfec5f52bf Mon Sep 17 00:00:00 2001 From: Juan Vasquez Date: Tue, 25 Feb 2025 09:12:25 -0600 Subject: [PATCH] Update Gemfile.lock and ignore .gem binaries --- .gitignore | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35092d3..7cdb1a0 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /test/dummy/storage/ /test/dummy/tmp/ .byebug_history +*.gem diff --git a/Gemfile.lock b/Gemfile.lock index 76d5984..eaf9113 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ombu_labs-notifications (0.1.2) + ombu_labs-notifications (0.1.5) rails (>= 6.0) sidekiq (>= 5.0) slack-notifier (>= 2.4.0)