Switch to newly published manifique gem
This commit is contained in:
parent
7e6e917ae1
commit
7796a22491
2
Gemfile
2
Gemfile
@ -61,7 +61,7 @@ gem "sentry-rails"
|
|||||||
# Services
|
# Services
|
||||||
gem 'discourse_api'
|
gem 'discourse_api'
|
||||||
gem "lnurl"
|
gem "lnurl"
|
||||||
gem 'manifique', git: 'https://gitea.kosmos.org/5apps/manifique.git', branch: 'master'
|
gem 'manifique'
|
||||||
gem 'nostr'
|
gem 'nostr'
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
16
Gemfile.lock
16
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
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -255,6 +245,10 @@ GEM
|
|||||||
net-imap
|
net-imap
|
||||||
net-pop
|
net-pop
|
||||||
net-smtp
|
net-smtp
|
||||||
|
manifique (1.0.1)
|
||||||
|
faraday (~> 2.9.0)
|
||||||
|
faraday-follow_redirects (= 0.3.0)
|
||||||
|
nokogiri (~> 1.16.0)
|
||||||
marcel (1.0.2)
|
marcel (1.0.2)
|
||||||
matrix (0.4.2)
|
matrix (0.4.2)
|
||||||
method_source (1.0.0)
|
method_source (1.0.0)
|
||||||
@ -521,7 +515,7 @@ DEPENDENCIES
|
|||||||
listen (~> 3.2)
|
listen (~> 3.2)
|
||||||
lnurl
|
lnurl
|
||||||
lockbox
|
lockbox
|
||||||
manifique!
|
manifique
|
||||||
net-ldap
|
net-ldap
|
||||||
nostr
|
nostr
|
||||||
pagy (~> 6.0, >= 6.0.2)
|
pagy (~> 6.0, >= 6.0.2)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user