Websites/Gemfile.lock

412 lines
9.7 KiB
Plaintext
Raw Normal View History

2024-05-03 03:04:43 +00:00
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.5.1)
actionpack (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.5.1)
actionpack (= 7.1.5.1)
activejob (= 7.1.5.1)
activerecord (= 7.1.5.1)
activestorage (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.5.1)
actionpack (= 7.1.5.1)
actionview (= 7.1.5.1)
activejob (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.5.1)
actionview (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
nokogiri (>= 1.8.5)
racc
2024-05-03 03:04:43 +00:00
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.5.1)
actionpack (= 7.1.5.1)
activerecord (= 7.1.5.1)
activestorage (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
globalid (>= 0.3.6)
activemodel (7.1.5.1)
activesupport (= 7.1.5.1)
activerecord (7.1.5.1)
activemodel (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
timeout (>= 0.4.0)
activestorage (7.1.5.1)
actionpack (= 7.1.5.1)
activejob (= 7.1.5.1)
activerecord (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
marcel (~> 1.0)
activesupport (7.1.5.1)
2024-05-03 03:04:43 +00:00
base64
benchmark (>= 0.3)
2024-05-03 03:04:43 +00:00
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
2024-05-03 03:04:43 +00:00
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
2024-05-03 03:04:43 +00:00
tzinfo (~> 2.0)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
2024-05-03 03:04:43 +00:00
ast (2.4.2)
aws-eventstream (1.3.0)
aws-partitions (1.1035.0)
aws-sdk-core (3.215.0)
aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.992.0)
aws-sigv4 (~> 1.9)
jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.96.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sigv4 (~> 1.5)
aws-sdk-s3 (1.177.0)
aws-sdk-core (~> 3, >= 3.210.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.5)
aws-sigv4 (1.11.0)
aws-eventstream (~> 1, >= 1.0.2)
2024-05-03 03:04:43 +00:00
base64 (0.2.0)
benchmark (0.4.0)
better_html (2.1.1)
2024-05-03 03:04:43 +00:00
actionview (>= 6.0)
activesupport (>= 6.0)
ast (~> 2.0)
erubi (~> 1.4)
parser (>= 2.4)
smart_properties
bigdecimal (3.1.9)
2024-05-03 03:04:43 +00:00
bindex (0.8.1)
bootsnap (1.18.4)
2024-05-03 03:04:43 +00:00
msgpack (~> 1.2)
builder (3.3.0)
concurrent-ruby (1.3.4)
connection_pool (2.5.0)
2024-05-03 03:04:43 +00:00
crass (1.0.6)
csv (3.3.2)
date (3.4.1)
debug (1.10.0)
irb (~> 1.10)
reline (>= 0.3.8)
discordrb-webhooks (3.5.0)
rest-client (>= 2.0.0)
domain_name (0.6.20240107)
dotenv (3.1.7)
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
drb (2.2.1)
2024-05-03 03:04:43 +00:00
ed25519 (1.3.0)
erubi (1.13.1)
2024-08-06 10:57:00 +00:00
et-orbi (1.2.11)
tzinfo
exifr (1.4.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
2024-05-03 03:04:43 +00:00
filesize (0.2.0)
fspath (3.1.2)
fugit (1.11.1)
2024-08-06 10:57:00 +00:00
et-orbi (~> 1, >= 1.2.11)
raabro (~> 1.4)
2024-05-03 03:04:43 +00:00
github_webhook (1.4.2)
activesupport (>= 4)
rack (>= 1.3)
railties (>= 4)
globalid (1.2.1)
activesupport (>= 6.1)
2024-08-06 10:57:00 +00:00
good_job (3.99.1)
activejob (>= 6.0.0)
activerecord (>= 6.0.0)
concurrent-ruby (>= 1.0.2)
fugit (>= 1.1)
railties (>= 6.0.0)
thor (>= 0.14.1)
http-accept (1.7.0)
http-cookie (1.0.8)
domain_name (~> 0.5)
httparty (0.22.0)
csv
2024-05-03 03:04:43 +00:00
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
2024-05-03 03:04:43 +00:00
concurrent-ruby (~> 1.0)
image_optim (0.31.4)
2024-05-03 03:04:43 +00:00
exifr (~> 1.2, >= 1.2.2)
fspath (~> 3.0)
image_size (>= 1.5, < 4)
in_threads (~> 1.3)
progress (~> 3.0, >= 3.0.1)
image_size (3.4.0)
2024-05-03 03:04:43 +00:00
in_threads (1.6.0)
io-console (0.8.0)
irb (1.14.3)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
2024-05-03 03:04:43 +00:00
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
jmespath (1.6.2)
jsbundling-rails (1.3.1)
2024-05-03 03:04:43 +00:00
railties (>= 6.0.0)
json (2.9.1)
2024-05-03 03:04:43 +00:00
language_server-protocol (3.17.0.3)
logger (1.6.5)
loofah (2.24.0)
2024-05-03 03:04:43 +00:00
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
mini_mime (>= 0.1.1)
net-imap
net-pop
net-smtp
marcel (1.0.4)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0107)
2024-05-03 03:04:43 +00:00
mini_mime (1.1.5)
minitest (5.25.4)
msgpack (1.7.5)
multi_json (1.15.0)
multi_xml (0.7.1)
bigdecimal (~> 3.1)
mutex_m (0.3.0)
net-http (0.6.0)
uri
net-imap (0.5.5)
2024-05-03 03:04:43 +00:00
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
netrc (0.11.0)
next_rails (1.4.2)
rainbow (>= 3)
nio4r (2.7.4)
nokogiri (1.18.1-x86_64-linux-gnu)
2024-05-03 03:04:43 +00:00
racc (~> 1.4)
nokogiri (1.18.1-x86_64-linux-musl)
racc (~> 1.4)
opensearch-ruby (3.4.0)
faraday (>= 1.0, < 3)
multi_json (>= 1.0)
pagy (8.6.3)
parallel (1.26.3)
parser (3.3.6.0)
2024-05-03 03:04:43 +00:00
ast (~> 2.4.1)
racc
pg (1.5.9)
2024-05-03 03:04:43 +00:00
progress (3.6.0)
psych (5.2.2)
date
2024-05-03 03:04:43 +00:00
stringio
public_suffix (6.0.1)
puma (6.5.0)
2024-05-03 03:04:43 +00:00
nio4r (~> 2.0)
2024-08-06 10:57:00 +00:00
raabro (1.4.0)
racc (1.8.1)
rack (3.1.8)
rack-session (2.1.0)
base64 (>= 0.1.0)
2024-05-03 03:04:43 +00:00
rack (>= 3.0.0)
rack-test (2.2.0)
2024-05-03 03:04:43 +00:00
rack (>= 1.3)
rackup (2.2.1)
2024-05-03 03:04:43 +00:00
rack (>= 3)
rails (7.1.5.1)
actioncable (= 7.1.5.1)
actionmailbox (= 7.1.5.1)
actionmailer (= 7.1.5.1)
actionpack (= 7.1.5.1)
actiontext (= 7.1.5.1)
actionview (= 7.1.5.1)
activejob (= 7.1.5.1)
activemodel (= 7.1.5.1)
activerecord (= 7.1.5.1)
activestorage (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
bundler (>= 1.15.0)
railties (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
2024-05-03 03:04:43 +00:00
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (7.1.5.1)
actionpack (= 7.1.5.1)
activesupport (= 7.1.5.1)
2024-05-03 03:04:43 +00:00
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.10.0)
2024-05-03 03:04:43 +00:00
psych (>= 4.0.0)
redis (5.3.0)
redis-client (>= 0.22.0)
redis-client (0.23.1)
2024-05-03 03:04:43 +00:00
connection_pool
regexp_parser (2.10.0)
reline (0.6.0)
2024-05-03 03:04:43 +00:00
io-console (~> 0.5)
request_store (1.7.0)
2024-05-03 03:04:43 +00:00
rack (>= 1.4)
responders (3.1.1)
actionpack (>= 5.2)
railties (>= 5.2)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
retriable (3.1.2)
rubocop (1.70.0)
2024-05-03 03:04:43 +00:00
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
2024-05-03 03:04:43 +00:00
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
2024-05-03 03:04:43 +00:00
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-erb (0.5.5)
2024-05-03 03:04:43 +00:00
better_html
rubocop (~> 1.45)
rubocop-rails (2.28.0)
2024-05-03 03:04:43 +00:00
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.52.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
2024-05-03 03:04:43 +00:00
ruby-progressbar (1.13.0)
ruby-vips (2.2.2)
2024-05-03 03:04:43 +00:00
ffi (~> 1.12)
logger
securerandom (0.4.1)
simple_form (5.3.1)
2024-05-03 03:04:43 +00:00
actionpack (>= 5.2)
activemodel (>= 5.2)
smart_properties (1.17.0)
spring (4.2.1)
2024-05-03 03:04:43 +00:00
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
2024-05-03 03:04:43 +00:00
sprockets (>= 3.0.0)
stimulus-rails (1.3.4)
2024-05-03 03:04:43 +00:00
railties (>= 6.0.0)
stringio (3.1.2)
thor (1.3.2)
timeout (0.4.3)
2024-05-03 03:04:43 +00:00
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.1.3)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
2024-05-03 03:04:43 +00:00
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
websocket-driver (0.7.7)
base64
2024-05-03 03:04:43 +00:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.7.1)
2024-05-03 03:04:43 +00:00
PLATFORMS
x86_64-linux
x86_64-linux-musl
2024-05-03 03:04:43 +00:00
DEPENDENCIES
addressable (~> 2.8)
aws-sdk-s3 (~> 1.149)
2024-05-03 03:04:43 +00:00
bootsnap
debug
discordrb-webhooks (~> 3.5)
2024-05-03 03:04:43 +00:00
dotenv-rails
ed25519 (~> 1.3)
2024-10-13 06:04:55 +00:00
faraday (~> 2.9)
2024-05-03 03:04:43 +00:00
filesize (~> 0.2.0)
github_webhook (~> 1.4)
2024-08-06 10:57:00 +00:00
good_job (~> 3.99)
httparty (~> 0.22.0)
2024-05-03 03:04:43 +00:00
image_optim (~> 0.31.3)
jbuilder
jsbundling-rails
next_rails (~> 1.4)
opensearch-ruby (~> 3.3)
pagy (~> 8.6.3)
2024-05-03 03:04:43 +00:00
pg (~> 1.1)
puma (>= 5.0)
rails (~> 7.1.1)
redis (~> 5.0)
request_store (~> 1.5)
responders (~> 3.1)
retriable (~> 3.1)
2024-05-03 03:04:43 +00:00
rubocop (~> 1.57)
rubocop-erb (~> 0.5.5)
2024-05-03 03:04:43 +00:00
rubocop-rails (~> 2.22)
ruby-vips (~> 2.2)
simple_form (~> 5.3)
spring
2024-05-03 03:04:43 +00:00
sprockets-rails
stimulus-rails
timeout (~> 0.4.1)
tzinfo-data
web-console
RUBY VERSION
ruby 3.4.1p0
2024-05-03 03:04:43 +00:00
BUNDLED WITH
2.6.2