From b7e64abfd5136cb891c1e5854cb79c918e8ab66b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Aug 2023 08:20:23 +0000 Subject: [PATCH] Update dependency glogin to v0.13.0 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 849213c..9e66e73 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ source 'https://rubygems.org' gem 'eslintrb', '2.1.0' -gem 'glogin', '0.11.0' +gem 'glogin', '0.13.0' gem 'haml', '5.0.4' gem 'iri', '0.7.0' gem 'loog', '0.3.1' diff --git a/Gemfile.lock b/Gemfile.lock index ccc7295..4f9074d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,9 +72,9 @@ GEM faraday_middleware (1.2.0) faraday (~> 1.0) ffi (1.15.5) - glogin (0.11.0) - base58 (~> 0.2) - openssl (~> 3.1) + glogin (0.13.0) + base58 (>= 0.2) + openssl (>= 2.0) haml (5.0.4) temple (>= 0.8.0) tilt @@ -256,7 +256,7 @@ PLATFORMS DEPENDENCIES eslintrb (= 2.1.0) - glogin (= 0.11.0) + glogin (= 0.13.0) haml (= 5.0.4) iri (= 0.7.0) loog (= 0.3.1)