From 17cb788193d151fcd446c90c8c672c74f0af452a Mon Sep 17 00:00:00 2001 From: Vishnu Narayanan Date: Wed, 31 Jan 2024 00:41:38 +0530 Subject: [PATCH] fix: Upgrade gmail_xoauth gem to 0.4.3 (#8817) --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 96881eb30..6d2845410 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -277,7 +277,7 @@ GEM gli (2.21.1) globalid (1.2.1) activesupport (>= 6.1) - gmail_xoauth (0.4.2) + gmail_xoauth (0.4.3) oauth (>= 0.3.6) google-apis-core (0.11.0) addressable (~> 2.5, >= 2.5.1) @@ -794,7 +794,7 @@ GEM valid_email2 (4.0.6) activemodel (>= 3.2) mail (~> 2.5) - version_gem (1.1.2) + version_gem (1.1.3) warden (1.2.9) rack (>= 2.0.9) web-console (4.2.1)