From 8fdc48480dfe3e8295a2c6bc2c689737e30fa90c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 09:03:37 +0000 Subject: [PATCH] Update dependency glogin to v0.16.2 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a58707bc1..010b0f403 100644 --- a/Gemfile +++ b/Gemfile @@ -21,7 +21,7 @@ source 'https://rubygems.org' -gem 'glogin', '0.14.2' +gem 'glogin', '0.16.2' gem 'haml', '6.3.0' gem 'iri', '0.8.0' gem 'loog', '0.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 19f8842cc..b1b668011 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) ffi (1.16.3) - glogin (0.14.2) + glogin (0.16.2) base58 (>= 0.2) openssl (>= 2.0) haml (6.3.0) @@ -270,7 +270,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - glogin (= 0.14.2) + glogin (= 0.16.2) haml (= 6.3.0) iri (= 0.8.0) loog (= 0.5.1)