akkounts/Gemfile.lock

520 lines
12 KiB
Plaintext
Raw Normal View History

2023-10-19 16:17:42 +02:00
GIT
remote: https://gitea.kosmos.org/5apps/manifique.git
revision: 8d79113438ee7c3e4288f840a135622519cffd5c
branch: master
specs:
manifique (0.1.0)
faraday (~> 2.7.11)
faraday-follow_redirects (= 0.3.0)
nokogiri (~> 1.15.4)
GIT
remote: https://gitea.kosmos.org/kosmos/nostr-gem.git
revision: 596529d9eb50d13b3f385245636698fccf37b442
branch: feature/ruby_2.7_compat
specs:
nostr (0.4.0)
bech32 (~> 1.3)
bip-schnorr (~> 0.4)
ecdsa (~> 1.2)
event_emitter (~> 0.2)
faye-websocket (~> 0.11)
json (~> 2.6)
2020-11-07 14:49:32 +01:00
GEM
remote: https://rubygems.org/
specs:
2023-10-19 16:17:42 +02:00
actioncable (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
2020-11-07 14:49:32 +01:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2023-10-19 16:17:42 +02:00
actionmailbox (7.0.8)
actionpack (= 7.0.8)
activejob (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
2020-11-07 14:49:32 +01:00
mail (>= 2.7.1)
2022-02-12 13:55:56 -06:00
net-imap
net-pop
net-smtp
2023-10-19 16:17:42 +02:00
actionmailer (7.0.8)
actionpack (= 7.0.8)
actionview (= 7.0.8)
activejob (= 7.0.8)
activesupport (= 7.0.8)
2020-11-07 14:49:32 +01:00
mail (~> 2.5, >= 2.5.4)
2022-02-12 13:55:56 -06:00
net-imap
net-pop
net-smtp
2020-11-07 14:49:32 +01:00
rails-dom-testing (~> 2.0)
2023-10-19 16:17:42 +02:00
actionpack (7.0.8)
actionview (= 7.0.8)
activesupport (= 7.0.8)
rack (~> 2.0, >= 2.2.4)
2020-11-07 14:49:32 +01:00
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2023-10-19 16:17:42 +02:00
actiontext (7.0.8)
actionpack (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
2022-02-12 13:55:56 -06:00
globalid (>= 0.6.0)
2020-11-07 14:49:32 +01:00
nokogiri (>= 1.8.5)
2023-10-19 16:17:42 +02:00
actionview (7.0.8)
activesupport (= 7.0.8)
2020-11-07 14:49:32 +01:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2023-10-19 16:17:42 +02:00
activejob (7.0.8)
activesupport (= 7.0.8)
2020-11-07 14:49:32 +01:00
globalid (>= 0.3.6)
2023-10-19 16:17:42 +02:00
activemodel (7.0.8)
activesupport (= 7.0.8)
activerecord (7.0.8)
activemodel (= 7.0.8)
activesupport (= 7.0.8)
activestorage (7.0.8)
actionpack (= 7.0.8)
activejob (= 7.0.8)
activerecord (= 7.0.8)
activesupport (= 7.0.8)
2022-02-12 13:55:56 -06:00
marcel (~> 1.0)
mini_mime (>= 1.1.0)
2023-10-19 16:17:42 +02:00
activesupport (7.0.8)
2020-11-07 14:49:32 +01:00
concurrent-ruby (~> 1.0, >= 1.0.2)
2022-02-12 13:55:56 -06:00
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
2023-10-19 16:17:42 +02:00
addressable (2.8.5)
2022-12-02 15:50:19 +01:00
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
2023-10-23 15:31:22 +02:00
aws-eventstream (1.2.0)
aws-partitions (1.839.0)
aws-sdk-core (3.185.1)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.72.0)
aws-sdk-core (~> 3, >= 3.184.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.136.0)
aws-sdk-core (~> 3, >= 3.181.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.6)
aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2)
backport (1.2.0)
2023-10-19 16:17:42 +02:00
base64 (0.1.1)
bcrypt (3.1.19)
bech32 (1.4.2)
thor (>= 1.1.0)
benchmark (0.2.1)
2020-11-07 14:49:32 +01:00
bindex (0.8.1)
bip-schnorr (0.6.0)
ecdsa_ext (~> 0.5.0)
2023-10-19 16:17:42 +02:00
brow (0.4.1)
2020-11-07 14:49:32 +01:00
builder (3.2.4)
byebug (11.1.3)
capybara (3.39.2)
2020-11-07 14:49:32 +01:00
addressable
2021-11-19 20:10:36 -06:00
matrix
2020-11-07 14:49:32 +01:00
mini_mime (>= 0.1.3)
nokogiri (~> 1.8)
rack (>= 1.6.0)
rack-test (>= 0.6.3)
2021-11-19 20:10:36 -06:00
regexp_parser (>= 1.5, < 3.0)
2020-11-07 14:49:32 +01:00
xpath (~> 3.2)
chunky_png (1.4.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
2021-11-19 20:10:36 -06:00
crack (0.4.5)
rexml
2020-11-07 14:49:32 +01:00
crass (1.0.6)
2023-10-19 16:17:42 +02:00
cssbundling-rails (1.3.3)
railties (>= 6.0.0)
database_cleaner (2.0.2)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.1.0)
2021-11-19 20:10:36 -06:00
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (2.0.1)
date (3.3.3)
2023-10-19 16:17:42 +02:00
devise (4.9.3)
2020-11-09 09:58:00 +01:00
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise_ldap_authenticatable (0.8.7)
devise (>= 3.4.1)
net-ldap (>= 0.16.0)
2022-02-12 13:55:56 -06:00
diff-lcs (1.5.0)
discourse_api (2.0.1)
2023-05-29 23:05:18 +02:00
faraday (~> 2.7)
faraday-follow_redirects
faraday-multipart
rack (>= 1.6)
2022-12-02 15:50:19 +01:00
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
2021-11-19 20:10:36 -06:00
railties (>= 3.2)
2023-10-23 15:31:22 +02:00
down (5.4.1)
addressable (~> 2.8)
e2mmap (0.1.0)
ecdsa (1.2.0)
ecdsa_ext (0.5.0)
ecdsa (~> 1.2.0)
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
event_emitter (0.2.6)
eventmachine (1.2.7)
factory_bot (6.2.1)
2020-11-18 09:17:56 +01:00
activesupport (>= 5.0.0)
2021-11-19 20:10:36 -06:00
factory_bot_rails (6.2.0)
factory_bot (~> 6.2.0)
2020-11-18 09:17:56 +01:00
railties (>= 5.0.0)
2023-10-19 16:17:42 +02:00
faker (3.2.1)
2022-12-07 18:12:54 +01:00
i18n (>= 1.8.11, < 2)
2023-10-19 16:17:42 +02:00
faraday (2.7.11)
base64
2022-12-02 15:50:19 +01:00
faraday-net_http (>= 2.0, < 3.1)
2021-11-19 20:10:36 -06:00
ruby2_keywords (>= 0.0.4)
2023-05-29 23:05:18 +02:00
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-multipart (1.0.4)
multipart-post (~> 2)
2022-12-02 15:50:19 +01:00
faraday-net_http (3.0.2)
2023-10-19 16:17:42 +02:00
faye-websocket (0.11.3)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
2023-10-19 16:17:42 +02:00
ffi (1.16.3)
flipper (1.0.0)
brow (~> 0.4.1)
concurrent-ruby (< 2)
2023-10-19 16:17:42 +02:00
flipper-active_record (1.0.0)
activerecord (>= 4.2, < 8)
2023-10-19 16:17:42 +02:00
flipper (~> 1.0.0)
flipper-ui (1.0.0)
erubi (>= 1.0.0, < 2.0.0)
2023-10-19 16:17:42 +02:00
flipper (~> 1.0.0)
rack (>= 1.4, < 4)
rack-protection (>= 1.5.3, <= 4.0.0)
sanitize (< 7)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
2023-10-19 16:17:42 +02:00
globalid (1.2.1)
activesupport (>= 6.1)
2021-11-19 20:10:36 -06:00
hashdiff (1.0.1)
i18n (1.14.1)
2020-11-07 14:49:32 +01:00
concurrent-ruby (~> 1.0)
2023-09-06 12:14:28 +02:00
image_processing (1.12.2)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
2023-10-19 16:17:42 +02:00
importmap-rails (1.2.1)
2022-02-12 13:55:56 -06:00
actionpack (>= 6.0.0)
railties (>= 6.0.0)
jaro_winkler (1.5.6)
2022-02-12 13:55:56 -06:00
jbuilder (2.11.5)
actionview (>= 5.0.0)
2020-11-07 14:49:32 +01:00
activesupport (>= 5.0.0)
2023-10-23 15:31:22 +02:00
jmespath (1.6.2)
json (2.6.3)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
2023-10-19 16:17:42 +02:00
language_server-protocol (3.17.0.3)
launchy (2.5.2)
addressable (~> 2.8)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
2022-02-12 13:55:56 -06:00
letter_opener_web (2.0.0)
actionmailer (>= 5.2)
letter_opener (~> 1.7)
railties (>= 5.2)
rexml
listen (3.8.0)
2020-11-07 14:49:32 +01:00
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
2023-10-19 16:17:42 +02:00
lnurl (1.1.0)
bech32 (~> 1.1)
2023-10-19 16:17:42 +02:00
lockbox (1.3.0)
loofah (2.21.4)
2020-11-07 14:49:32 +01:00
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
2020-11-07 14:49:32 +01:00
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
2021-11-19 20:10:36 -06:00
marcel (1.0.2)
matrix (0.4.2)
2020-11-07 14:49:32 +01:00
method_source (1.0.0)
2023-09-06 12:14:28 +02:00
mini_magick (4.12.0)
2023-10-19 16:17:42 +02:00
mini_mime (1.1.5)
minitest (5.20.0)
2023-05-29 23:05:18 +02:00
multipart-post (2.3.0)
2023-10-19 16:17:42 +02:00
net-imap (0.3.7)
date
2022-02-12 13:55:56 -06:00
net-protocol
net-ldap (0.18.0)
2022-12-02 15:50:19 +01:00
net-pop (0.1.2)
2022-02-12 13:55:56 -06:00
net-protocol
net-protocol (0.2.1)
2022-02-12 13:55:56 -06:00
timeout
2023-10-19 16:17:42 +02:00
net-smtp (0.4.0)
2022-02-12 13:55:56 -06:00
net-protocol
nio4r (2.5.9)
2023-10-19 16:17:42 +02:00
nokogiri (1.15.4-arm64-darwin)
racc (~> 1.4)
2023-10-19 16:17:42 +02:00
nokogiri (1.15.4-x86_64-linux)
2021-11-19 20:10:36 -06:00
racc (~> 1.4)
2020-11-09 09:58:00 +01:00
orm_adapter (0.5.0)
2023-10-19 16:17:42 +02:00
pagy (6.1.0)
parallel (1.23.0)
2023-10-19 16:17:42 +02:00
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.2.3)
2023-10-19 16:17:42 +02:00
public_suffix (5.0.3)
puma (4.3.12)
2020-11-07 14:49:32 +01:00
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.7.1)
2023-10-19 16:17:42 +02:00
rack (2.2.8)
rack-protection (3.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
2023-10-19 16:17:42 +02:00
rails (7.0.8)
actioncable (= 7.0.8)
actionmailbox (= 7.0.8)
actionmailer (= 7.0.8)
actionpack (= 7.0.8)
actiontext (= 7.0.8)
actionview (= 7.0.8)
activejob (= 7.0.8)
activemodel (= 7.0.8)
activerecord (= 7.0.8)
activestorage (= 7.0.8)
activesupport (= 7.0.8)
2022-02-12 13:55:56 -06:00
bundler (>= 1.15.0)
2023-10-19 16:17:42 +02:00
railties (= 7.0.8)
2023-08-01 13:58:52 +02:00
rails-controller-testing (1.0.5)
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
2023-10-19 16:17:42 +02:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
2020-11-07 14:49:32 +01:00
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
rails-settings-cached (2.8.3)
activerecord (>= 5.0.0)
railties (>= 5.0.0)
2023-10-19 16:17:42 +02:00
railties (7.0.8)
actionpack (= 7.0.8)
activesupport (= 7.0.8)
2020-11-07 14:49:32 +01:00
method_source
2022-02-12 13:55:56 -06:00
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
rainbow (3.1.1)
2021-11-19 20:10:36 -06:00
rake (13.0.6)
2022-12-02 15:50:19 +01:00
rb-fsevent (0.11.2)
2020-11-07 14:49:32 +01:00
rb-inotify (0.10.1)
ffi (~> 1.0)
rbs (2.8.4)
redis (4.8.1)
2023-10-19 16:17:42 +02:00
regexp_parser (2.8.2)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
reverse_markdown (2.1.1)
nokogiri
2023-10-19 16:17:42 +02:00
rexml (3.2.6)
rqrcode (2.2.0)
chunky_png (~> 1.0)
rqrcode_core (~> 1.0)
rqrcode_core (1.2.0)
rspec-core (3.12.2)
2022-12-02 15:50:19 +01:00
rspec-support (~> 3.12.0)
rspec-expectations (3.12.3)
2020-11-07 14:49:32 +01:00
diff-lcs (>= 1.2.0, < 2.0)
2022-12-02 15:50:19 +01:00
rspec-support (~> 3.12.0)
2023-10-19 16:17:42 +02:00
rspec-mocks (3.12.6)
2020-11-07 14:49:32 +01:00
diff-lcs (>= 1.2.0, < 2.0)
2022-12-02 15:50:19 +01:00
rspec-support (~> 3.12.0)
rspec-rails (6.0.3)
2022-12-02 15:50:19 +01:00
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
2023-10-19 16:17:42 +02:00
rspec-support (3.12.1)
rubocop (1.57.1)
base64 (~> 0.1.1)
json (~> 2.3)
2023-10-19 16:17:42 +02:00
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
2023-10-19 16:17:42 +02:00
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
2023-10-19 16:17:42 +02:00
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
parser (>= 3.2.1.0)
ruby-progressbar (1.13.0)
2023-10-19 16:17:42 +02:00
ruby-vips (2.2.0)
2023-09-06 12:14:28 +02:00
ffi (~> 1.12)
2021-11-19 20:10:36 -06:00
ruby2_keywords (0.0.5)
rufus-scheduler (3.9.1)
fugit (~> 1.1, >= 1.1.6)
2023-10-19 16:17:42 +02:00
sanitize (6.1.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
2023-10-19 16:17:42 +02:00
sentry-rails (5.12.0)
railties (>= 5.0)
2023-10-19 16:17:42 +02:00
sentry-ruby (~> 5.12.0)
sentry-ruby (5.12.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
2023-10-19 16:17:42 +02:00
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq-scheduler (5.0.3)
rufus-scheduler (~> 3.2)
sidekiq (>= 6, < 8)
tilt (>= 1.4.0)
solargraph (0.49.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
2023-10-19 16:17:42 +02:00
sprockets (4.2.1)
2020-11-07 14:49:32 +01:00
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
2022-02-12 13:55:56 -06:00
sprockets-rails (3.4.2)
2021-11-19 20:10:36 -06:00
actionpack (>= 5.2)
activesupport (>= 5.2)
2020-11-07 14:49:32 +01:00
sprockets (>= 3.0.0)
2023-10-19 16:17:42 +02:00
sqlite3 (1.6.7-arm64-darwin)
sqlite3 (1.6.7-x86_64-linux)
stimulus-rails (1.3.0)
2022-02-12 13:55:56 -06:00
railties (>= 6.0.0)
2023-10-19 16:17:42 +02:00
thor (1.3.0)
tilt (2.3.0)
timeout (0.4.0)
turbo-rails (1.5.0)
2022-02-12 13:55:56 -06:00
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
2022-02-12 13:55:56 -06:00
railties (>= 6.0.0)
tzinfo (2.0.6)
2022-02-12 13:55:56 -06:00
concurrent-ruby (~> 1.0)
2023-10-19 16:17:42 +02:00
unicode-display_width (2.5.0)
view_component (3.6.0)
activesupport (>= 5.2.0, < 8.0)
2022-12-02 15:50:19 +01:00
concurrent-ruby (~> 1.0)
method_source (~> 1.0)
2020-11-09 09:58:00 +01:00
warden (1.2.9)
rack (>= 2.0.9)
2023-10-19 16:17:42 +02:00
web-console (4.2.1)
2020-11-07 14:49:32 +01:00
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
2023-10-19 16:17:42 +02:00
webmock (3.19.1)
2021-11-19 20:10:36 -06:00
addressable (>= 2.8.0)
2020-12-08 18:15:44 +01:00
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
2023-10-19 16:17:42 +02:00
websocket-driver (0.7.6)
2020-11-07 14:49:32 +01:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.34)
2023-10-19 16:17:42 +02:00
zeitwerk (2.6.12)
2020-11-07 14:49:32 +01:00
PLATFORMS
arm64-darwin-22
2023-11-16 12:42:39 +01:00
ruby
2020-12-22 17:15:46 +01:00
x86_64-linux
2020-11-07 14:49:32 +01:00
DEPENDENCIES
2023-10-23 15:31:22 +02:00
aws-sdk-s3
byebug (~> 11.1)
2020-11-07 14:49:32 +01:00
capybara
cssbundling-rails
2020-11-07 14:49:32 +01:00
database_cleaner
devise (~> 4.9.0)
2020-11-09 09:58:00 +01:00
devise_ldap_authenticatable
2023-05-29 23:05:18 +02:00
discourse_api
2020-11-09 09:58:00 +01:00
dotenv-rails
2023-10-23 15:31:22 +02:00
down
2020-11-18 09:17:56 +01:00
factory_bot_rails
2022-12-07 18:12:54 +01:00
faker
2020-12-08 18:08:36 +01:00
faraday
flipper
flipper-active_record
flipper-ui
2023-09-06 12:14:28 +02:00
image_processing (~> 1.12.2)
2022-02-12 13:55:56 -06:00
importmap-rails
2020-11-07 14:49:32 +01:00
jbuilder (~> 2.7)
letter_opener
letter_opener_web
2020-11-07 14:49:32 +01:00
listen (~> 3.2)
lnurl
2021-11-19 20:10:36 -06:00
lockbox
2023-10-19 16:17:42 +02:00
manifique!
2020-11-07 16:50:26 +01:00
net-ldap
nostr!
2023-03-01 17:08:24 +08:00
pagy (~> 6.0, >= 6.0.2)
pg (~> 1.2.3)
2020-11-07 14:49:32 +01:00
puma (~> 4.1)
2022-02-12 13:55:56 -06:00
rails (~> 7.0.2)
2023-08-01 13:58:52 +02:00
rails-controller-testing
rails-settings-cached (~> 2.8.3)
rqrcode (~> 2.0)
2020-11-07 14:49:32 +01:00
rspec-rails
sentry-rails
sentry-ruby
2022-12-02 15:50:19 +01:00
sidekiq (< 7)
sidekiq-scheduler
solargraph
2022-02-12 13:55:56 -06:00
sprockets-rails
2020-11-07 14:49:32 +01:00
sqlite3 (~> 1.4)
2022-02-12 13:55:56 -06:00
stimulus-rails
turbo-rails
2020-11-07 14:49:32 +01:00
tzinfo-data
view_component
2020-11-09 09:58:00 +01:00
warden
2020-11-07 14:49:32 +01:00
web-console (>= 3.3.0)
2020-12-08 18:15:44 +01:00
webmock
BUNDLED WITH
2.3.7