saucy/Gemfile.lock

309 lines
6.9 KiB
Plaintext
Raw Normal View History

2022-06-20 19:12:00 +00:00
GEM
remote: https://rubygems.org/
specs:
2024-11-07 14:49:13 +00:00
actioncable (7.2.2)
actionpack (= 7.2.2)
activesupport (= 7.2.2)
2022-06-20 19:12:00 +00:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2024-03-28 10:06:50 +00:00
zeitwerk (~> 2.6)
2024-11-07 14:49:13 +00:00
actionmailbox (7.2.2)
actionpack (= 7.2.2)
activejob (= 7.2.2)
activerecord (= 7.2.2)
activestorage (= 7.2.2)
activesupport (= 7.2.2)
mail (>= 2.8.0)
actionmailer (7.2.2)
actionpack (= 7.2.2)
actionview (= 7.2.2)
activejob (= 7.2.2)
activesupport (= 7.2.2)
mail (>= 2.8.0)
2024-03-28 10:06:50 +00:00
rails-dom-testing (~> 2.2)
2024-11-07 14:49:13 +00:00
actionpack (7.2.2)
actionview (= 7.2.2)
activesupport (= 7.2.2)
2024-03-28 10:06:50 +00:00
nokogiri (>= 1.8.5)
racc
2024-11-07 14:49:13 +00:00
rack (>= 2.2.4, < 3.2)
2024-03-28 10:06:50 +00:00
rack-session (>= 1.0.1)
2022-06-20 19:12:00 +00:00
rack-test (>= 0.6.3)
2024-03-28 10:06:50 +00:00
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
2024-11-07 14:49:13 +00:00
useragent (~> 0.16)
actiontext (7.2.2)
actionpack (= 7.2.2)
activerecord (= 7.2.2)
activestorage (= 7.2.2)
activesupport (= 7.2.2)
2022-06-20 19:12:00 +00:00
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
2024-11-07 14:49:13 +00:00
actionview (7.2.2)
activesupport (= 7.2.2)
2022-06-20 19:12:00 +00:00
builder (~> 3.1)
2024-03-28 10:06:50 +00:00
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
2024-11-07 14:49:13 +00:00
activejob (7.2.2)
activesupport (= 7.2.2)
2022-06-20 19:12:00 +00:00
globalid (>= 0.3.6)
2024-11-07 14:49:13 +00:00
activemodel (7.2.2)
activesupport (= 7.2.2)
activerecord (7.2.2)
activemodel (= 7.2.2)
activesupport (= 7.2.2)
2024-03-28 10:06:50 +00:00
timeout (>= 0.4.0)
2024-11-07 14:49:13 +00:00
activestorage (7.2.2)
actionpack (= 7.2.2)
activejob (= 7.2.2)
activerecord (= 7.2.2)
activesupport (= 7.2.2)
2022-06-20 19:12:00 +00:00
marcel (~> 1.0)
2024-11-07 14:49:13 +00:00
activesupport (7.2.2)
2024-03-28 10:06:50 +00:00
base64
2024-11-07 14:49:13 +00:00
benchmark (>= 0.3)
2024-03-28 10:06:50 +00:00
bigdecimal
2024-11-07 14:49:13 +00:00
concurrent-ruby (~> 1.0, >= 1.3.1)
2024-03-28 10:06:50 +00:00
connection_pool (>= 2.2.5)
drb
2022-06-20 19:12:00 +00:00
i18n (>= 1.6, < 2)
2024-11-07 14:49:13 +00:00
logger (>= 1.4.2)
2022-06-20 19:12:00 +00:00
minitest (>= 5.1)
2024-11-07 14:49:13 +00:00
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
2023-12-29 13:34:39 +00:00
argon2 (2.3.0)
2023-03-31 01:25:48 +00:00
ffi (~> 1.15)
2022-06-25 22:45:47 +00:00
ffi-compiler (~> 1.0)
2024-03-28 10:06:50 +00:00
base64 (0.2.0)
2023-12-29 13:34:39 +00:00
bcrypt (3.1.20)
2024-11-07 14:49:13 +00:00
benchmark (0.3.0)
2024-06-25 10:53:43 +00:00
bigdecimal (3.1.8)
bindex (0.8.1)
2024-11-07 14:49:13 +00:00
bootsnap (1.18.4)
msgpack (~> 1.2)
2024-06-25 10:53:43 +00:00
builder (3.3.0)
2024-11-07 15:13:23 +00:00
clearance (2.9.1)
2022-06-25 22:45:47 +00:00
actionmailer (>= 5.0)
activemodel (>= 5.0)
activerecord (>= 5.0)
argon2 (~> 2.0, >= 2.0.2)
bcrypt (>= 3.1.1)
email_validator (~> 2.0)
railties (>= 5.0)
2023-12-29 13:34:39 +00:00
combine_pdf (1.0.26)
2022-07-16 10:27:43 +00:00
matrix
ruby-rc4 (>= 0.1.5)
2024-11-07 14:49:13 +00:00
concurrent-ruby (1.3.4)
2024-03-28 10:06:50 +00:00
connection_pool (2.4.1)
2022-06-20 19:12:00 +00:00
crass (1.0.6)
2024-11-07 14:49:13 +00:00
date (3.4.0)
2024-06-25 10:53:43 +00:00
debug (1.9.2)
2023-12-29 13:34:39 +00:00
irb (~> 1.10)
reline (>= 0.3.8)
2024-11-07 14:49:13 +00:00
dotenv (3.1.4)
dotenv-rails (3.1.4)
dotenv (= 3.1.4)
2024-03-22 23:39:06 +00:00
railties (>= 6.1)
2024-03-28 10:06:50 +00:00
drb (2.2.1)
2023-03-31 01:25:48 +00:00
email_validator (2.2.4)
2022-06-25 22:45:47 +00:00
activemodel
2024-06-25 10:53:43 +00:00
erubi (1.13.0)
2024-03-28 11:04:46 +00:00
et-orbi (1.2.11)
tzinfo
2024-11-07 15:19:33 +00:00
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-aarch64-linux-musl)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm-linux-musl)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86-linux-musl)
ffi (1.17.0-x86_64-darwin)
2024-06-25 10:53:43 +00:00
ffi (1.17.0-x86_64-linux-gnu)
2024-11-07 15:19:33 +00:00
ffi (1.17.0-x86_64-linux-musl)
2024-03-22 23:39:06 +00:00
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
2022-06-25 22:45:47 +00:00
rake
2024-11-07 14:49:13 +00:00
fugit (1.11.1)
2024-06-25 10:53:43 +00:00
et-orbi (~> 1, >= 1.2.11)
2024-03-28 11:04:46 +00:00
raabro (~> 1.4)
2023-12-29 13:34:39 +00:00
globalid (1.2.1)
activesupport (>= 6.1)
2024-11-07 14:49:13 +00:00
i18n (1.14.6)
2022-06-20 19:12:00 +00:00
concurrent-ruby (~> 1.0)
2024-11-07 14:49:13 +00:00
importmap-rails (2.0.3)
actionpack (>= 6.0.0)
2023-12-29 13:34:39 +00:00
activesupport (>= 6.0.0)
railties (>= 6.0.0)
2024-03-22 23:39:06 +00:00
io-console (0.7.2)
2024-11-07 14:49:13 +00:00
irb (1.14.1)
2024-06-25 10:53:43 +00:00
rdoc (>= 4.0.0)
2024-03-22 23:39:06 +00:00
reline (>= 0.4.2)
2024-11-07 14:49:13 +00:00
logger (1.6.1)
loofah (2.23.1)
2022-06-20 19:12:00 +00:00
crass (~> 1.0.2)
2023-12-29 13:34:39 +00:00
nokogiri (>= 1.12.0)
2023-03-31 01:25:48 +00:00
mail (2.8.1)
2022-06-20 19:12:00 +00:00
mini_mime (>= 0.1.1)
2023-03-31 01:25:48 +00:00
net-imap
net-pop
net-smtp
2024-03-22 23:39:06 +00:00
marcel (1.0.4)
2022-07-16 10:27:43 +00:00
matrix (0.4.2)
2023-12-29 13:34:39 +00:00
mini_mime (1.1.5)
2024-11-07 14:49:13 +00:00
minitest (5.25.1)
msgpack (1.7.3)
net-imap (0.5.0)
2023-03-31 01:25:48 +00:00
date
2022-06-20 19:12:00 +00:00
net-protocol
2023-03-31 01:25:48 +00:00
net-pop (0.1.2)
2022-06-20 19:12:00 +00:00
net-protocol
2023-12-29 13:34:39 +00:00
net-protocol (0.2.2)
2022-06-20 19:12:00 +00:00
timeout
2024-03-28 10:06:50 +00:00
net-smtp (0.5.0)
2022-06-20 19:12:00 +00:00
net-protocol
2024-11-07 14:49:13 +00:00
nio4r (2.7.4)
2024-11-07 15:19:33 +00:00
nokogiri (1.16.7-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
2024-11-07 14:49:13 +00:00
nokogiri (1.16.7-x86_64-linux)
2022-06-20 19:12:00 +00:00
racc (~> 1.4)
2024-11-07 14:49:13 +00:00
paper_trail (15.2.0)
2023-12-29 13:34:39 +00:00
activerecord (>= 6.1)
2023-03-31 01:25:48 +00:00
request_store (~> 1.4)
2024-11-07 14:49:13 +00:00
pg (1.5.9)
propshaft (1.1.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
2024-11-07 14:49:13 +00:00
psych (5.2.0)
2023-12-29 13:34:39 +00:00
stringio
2024-11-07 14:49:13 +00:00
puma (6.4.3)
nio4r (~> 2.0)
2024-11-07 14:49:13 +00:00
pundit (2.4.0)
2022-06-20 19:50:04 +00:00
activesupport (>= 3.0.0)
2024-03-28 11:04:46 +00:00
raabro (1.4.0)
2024-11-07 14:49:13 +00:00
racc (1.8.1)
rack (3.1.8)
2024-03-28 10:06:50 +00:00
rack-session (2.0.0)
rack (>= 3.0.0)
2023-03-31 01:25:48 +00:00
rack-test (2.1.0)
rack (>= 1.3)
2024-11-07 14:49:13 +00:00
rackup (2.2.0)
2024-03-28 10:06:50 +00:00
rack (>= 3)
2024-11-07 14:49:13 +00:00
rails (7.2.2)
actioncable (= 7.2.2)
actionmailbox (= 7.2.2)
actionmailer (= 7.2.2)
actionpack (= 7.2.2)
actiontext (= 7.2.2)
actionview (= 7.2.2)
activejob (= 7.2.2)
activemodel (= 7.2.2)
activerecord (= 7.2.2)
activestorage (= 7.2.2)
activesupport (= 7.2.2)
2022-06-20 19:12:00 +00:00
bundler (>= 1.15.0)
2024-11-07 14:49:13 +00:00
railties (= 7.2.2)
2023-12-29 13:34:39 +00:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
2022-06-20 19:12:00 +00:00
nokogiri (>= 1.6)
2023-12-29 13:34:39 +00:00
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
2024-11-07 14:49:13 +00:00
railties (7.2.2)
actionpack (= 7.2.2)
activesupport (= 7.2.2)
irb (~> 1.13)
2024-03-28 10:06:50 +00:00
rackup (>= 1.0.0)
2022-06-20 19:12:00 +00:00
rake (>= 12.2)
2024-03-28 10:06:50 +00:00
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
2024-06-25 10:53:43 +00:00
rake (13.2.1)
2024-11-07 14:49:13 +00:00
ransack (4.2.1)
2022-06-25 12:48:46 +00:00
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
2024-06-25 10:53:43 +00:00
rdoc (6.7.0)
2023-12-29 13:34:39 +00:00
psych (>= 4.0.0)
2024-11-07 14:49:13 +00:00
reline (0.5.10)
io-console (~> 0.5)
2024-06-25 10:53:43 +00:00
request_store (1.7.0)
2022-06-26 11:57:00 +00:00
rack (>= 1.4)
2022-07-16 10:27:43 +00:00
ruby-rc4 (0.1.5)
rubyzip (2.3.2)
2024-11-07 14:49:13 +00:00
securerandom (0.3.1)
2024-11-07 15:13:23 +00:00
solid_queue (1.0.0)
2024-03-28 11:04:46 +00:00
activejob (>= 7.1)
activerecord (>= 7.1)
2024-06-25 10:53:43 +00:00
concurrent-ruby (>= 1.3.1)
fugit (~> 1.11.0)
2024-03-28 11:04:46 +00:00
railties (>= 7.1)
2024-11-07 14:49:13 +00:00
thor (~> 1.3.1)
stringio (3.1.2)
thor (1.3.2)
2024-06-25 10:53:43 +00:00
timecop (0.9.10)
2024-11-07 14:49:13 +00:00
timeout (0.4.2)
2023-03-31 01:25:48 +00:00
tzinfo (2.0.6)
2022-06-20 19:12:00 +00:00
concurrent-ruby (~> 1.0)
2024-11-07 14:49:13 +00:00
useragent (0.16.10)
2023-12-29 13:34:39 +00:00
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
2023-12-29 13:34:39 +00:00
websocket-driver (0.7.6)
2022-06-20 19:12:00 +00:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
2024-11-07 15:13:23 +00:00
zeitwerk (2.7.1)
2022-06-20 19:12:00 +00:00
PLATFORMS
2024-11-07 15:19:33 +00:00
aarch64-linux
aarch64-linux-gnu
aarch64-linux-musl
arm-linux
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86-linux
x86-linux-gnu
x86-linux-musl
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
2022-06-20 19:12:00 +00:00
DEPENDENCIES
bootsnap
2022-06-25 22:45:47 +00:00
clearance
2022-07-16 10:27:43 +00:00
combine_pdf
debug
2022-06-20 19:50:04 +00:00
dotenv-rails
importmap-rails
2022-07-16 10:27:43 +00:00
nokogiri
2022-06-26 11:57:00 +00:00
paper_trail
2024-11-07 15:13:23 +00:00
pg
propshaft
2024-11-07 15:13:23 +00:00
puma
2022-06-20 19:50:04 +00:00
pundit
2024-11-07 14:49:13 +00:00
rails (~> 7.2)
2022-06-25 12:48:46 +00:00
ransack
2022-07-16 10:27:43 +00:00
rubyzip
2024-03-28 11:04:46 +00:00
solid_queue
2022-06-25 12:48:46 +00:00
timecop
web-console
RUBY VERSION
2024-11-07 14:49:13 +00:00
ruby 3.3.5p100
2022-06-20 19:12:00 +00:00
BUNDLED WITH
2024-11-07 15:19:33 +00:00
2.5.23