From 6d06312a5c2e3ad09f0cfe1f35d68e67790d991c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Wed, 14 Aug 2024 18:07:27 +0200 Subject: [PATCH] Update manifique gem Fixes a bug with some manifest files --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9aa5bca..fe749cb 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "sentry-rails" # Services gem 'discourse_api' gem "lnurl" -gem 'manifique' +gem 'manifique', '~> 1.1.0' gem 'nostr', '~> 0.6.0' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index ead85a4..59cb7d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -245,7 +245,7 @@ GEM net-imap net-pop net-smtp - manifique (1.0.1) + manifique (1.1.0) faraday (~> 2.9.0) faraday-follow_redirects (= 0.3.0) nokogiri (~> 1.16.0) @@ -515,7 +515,7 @@ DEPENDENCIES listen (~> 3.2) lnurl lockbox - manifique + manifique (~> 1.1.0) net-ldap nostr (~> 0.6.0) pagy (~> 6.0, >= 6.0.2)