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)