diff --git a/Gemfile b/Gemfile index 06c4c31..beea23a 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ gem "sentry-rails" # Services gem 'discourse_api' gem "lnurl" -gem 'manifique', git: 'https://gitea.kosmos.org/5apps/manifique.git', branch: 'master' +gem 'manifique' gem 'nostr' group :development, :test do diff --git a/Gemfile.lock b/Gemfile.lock index 33722e3..6396dbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,13 +1,3 @@ -GIT - remote: https://gitea.kosmos.org/5apps/manifique.git - revision: aa1bd154270805124ffdecaf5c3bd7349fc9c7e1 - branch: master - specs: - manifique (1.0.0) - faraday (~> 2.9.0) - faraday-follow_redirects (= 0.3.0) - nokogiri (~> 1.16.0) - GEM remote: https://rubygems.org/ specs: @@ -255,6 +245,10 @@ GEM net-imap net-pop net-smtp + manifique (1.0.1) + faraday (~> 2.9.0) + faraday-follow_redirects (= 0.3.0) + nokogiri (~> 1.16.0) marcel (1.0.2) matrix (0.4.2) method_source (1.0.0) @@ -521,7 +515,7 @@ DEPENDENCIES listen (~> 3.2) lnurl lockbox - manifique! + manifique net-ldap nostr pagy (~> 6.0, >= 6.0.2)