saucy/Gemfile.lock

246 lines
5.5 KiB
Plaintext
Raw Normal View History

2022-06-20 19:12:00 +00:00
GEM
remote: https://rubygems.org/
specs:
2024-03-22 23:39:06 +00:00
actioncable (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2024-03-22 23:39:06 +00:00
actionmailbox (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
2024-03-22 23:39:06 +00:00
actionmailer (7.0.8.1)
actionpack (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
2024-03-22 23:39:06 +00:00
actionpack (7.0.8.1)
actionview (= 7.0.8.1)
activesupport (= 7.0.8.1)
2023-12-29 13:34:39 +00:00
rack (~> 2.0, >= 2.2.4)
2022-06-20 19:12:00 +00:00
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
2024-03-22 23:39:06 +00:00
actiontext (7.0.8.1)
actionpack (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
2024-03-22 23:39:06 +00:00
actionview (7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
2024-03-22 23:39:06 +00:00
activejob (7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
globalid (>= 0.3.6)
2024-03-22 23:39:06 +00:00
activemodel (7.0.8.1)
activesupport (= 7.0.8.1)
activerecord (7.0.8.1)
activemodel (= 7.0.8.1)
activesupport (= 7.0.8.1)
activestorage (7.0.8.1)
actionpack (= 7.0.8.1)
activejob (= 7.0.8.1)
activerecord (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
marcel (~> 1.0)
mini_mime (>= 1.1.0)
2024-03-22 23:39:06 +00:00
activesupport (7.0.8.1)
2022-06-20 19:12:00 +00:00
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
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)
2023-12-29 13:34:39 +00:00
bcrypt (3.1.20)
bindex (0.8.1)
2024-03-22 23:39:06 +00:00
bootsnap (1.18.3)
msgpack (~> 1.2)
2022-06-20 19:12:00 +00:00
builder (3.2.4)
2024-03-22 23:39:06 +00:00
clearance (2.6.2)
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-03-22 23:39:06 +00:00
concurrent-ruby (1.2.3)
2022-06-20 19:12:00 +00:00
crass (1.0.6)
2023-12-29 13:34:39 +00:00
date (3.3.4)
debug (1.9.1)
irb (~> 1.10)
reline (>= 0.3.8)
2024-03-22 23:39:06 +00:00
dotenv (3.1.0)
dotenv-rails (3.1.0)
dotenv (= 3.1.0)
railties (>= 6.1)
2023-03-31 01:25:48 +00:00
email_validator (2.2.4)
2022-06-25 22:45:47 +00:00
activemodel
2023-03-31 01:25:48 +00:00
erubi (1.12.0)
2023-12-29 13:34:39 +00:00
ffi (1.16.3)
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
2023-12-29 13:34:39 +00:00
globalid (1.2.1)
activesupport (>= 6.1)
2024-03-22 23:39:06 +00:00
i18n (1.14.4)
2022-06-20 19:12:00 +00:00
concurrent-ruby (~> 1.0)
2024-03-22 23:39:06 +00:00
importmap-rails (2.0.1)
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)
irb (1.12.0)
2023-12-29 13:34:39 +00:00
rdoc
2024-03-22 23:39:06 +00:00
reline (>= 0.4.2)
2023-12-29 13:34:39 +00:00
loofah (2.22.0)
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)
2022-06-20 19:12:00 +00:00
method_source (1.0.0)
2023-12-29 13:34:39 +00:00
mini_mime (1.1.5)
2024-03-22 23:39:06 +00:00
minitest (5.22.3)
2023-12-29 13:34:39 +00:00
msgpack (1.7.2)
2024-03-22 23:39:06 +00:00
net-imap (0.4.10)
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-22 23:39:06 +00:00
net-smtp (0.4.0.1)
2022-06-20 19:12:00 +00:00
net-protocol
2024-03-22 23:39:06 +00:00
nio4r (2.7.1)
nokogiri (1.16.3-x86_64-linux)
2022-06-20 19:12:00 +00:00
racc (~> 1.4)
2023-12-29 13:34:39 +00:00
paper_trail (15.1.0)
activerecord (>= 6.1)
2023-03-31 01:25:48 +00:00
request_store (~> 1.4)
2024-03-22 23:39:06 +00:00
pg (1.5.6)
2023-12-29 13:34:39 +00:00
propshaft (0.8.0)
actionpack (>= 7.0.0)
activesupport (>= 7.0.0)
rack
railties (>= 7.0.0)
2023-12-29 13:34:39 +00:00
psych (5.1.2)
stringio
2024-03-22 23:39:06 +00:00
puma (5.6.8)
nio4r (~> 2.0)
2023-12-29 13:34:39 +00:00
pundit (2.3.1)
2022-06-20 19:50:04 +00:00
activesupport (>= 3.0.0)
2023-12-29 13:34:39 +00:00
racc (1.7.3)
2024-03-22 23:39:06 +00:00
rack (2.2.9)
2023-03-31 01:25:48 +00:00
rack-test (2.1.0)
rack (>= 1.3)
2024-03-22 23:39:06 +00:00
rails (7.0.8.1)
actioncable (= 7.0.8.1)
actionmailbox (= 7.0.8.1)
actionmailer (= 7.0.8.1)
actionpack (= 7.0.8.1)
actiontext (= 7.0.8.1)
actionview (= 7.0.8.1)
activejob (= 7.0.8.1)
activemodel (= 7.0.8.1)
activerecord (= 7.0.8.1)
activestorage (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
bundler (>= 1.15.0)
2024-03-22 23:39:06 +00:00
railties (= 7.0.8.1)
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-03-22 23:39:06 +00:00
railties (7.0.8.1)
actionpack (= 7.0.8.1)
activesupport (= 7.0.8.1)
2022-06-20 19:12:00 +00:00
method_source
rake (>= 12.2)
thor (~> 1.0)
zeitwerk (~> 2.5)
2023-12-29 13:34:39 +00:00
rake (13.1.0)
ransack (4.1.1)
2022-06-25 12:48:46 +00:00
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
2024-03-22 23:39:06 +00:00
rdoc (6.6.3.1)
2023-12-29 13:34:39 +00:00
psych (>= 4.0.0)
2024-03-22 23:39:06 +00:00
reline (0.4.3)
io-console (~> 0.5)
2024-03-22 23:39:06 +00:00
request_store (1.6.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)
2023-12-29 13:34:39 +00:00
stringio (3.1.0)
2024-03-22 23:39:06 +00:00
thor (1.3.1)
2023-12-29 13:34:39 +00:00
timecop (0.9.8)
timeout (0.4.1)
2023-03-31 01:25:48 +00:00
tzinfo (2.0.6)
2022-06-20 19:12:00 +00:00
concurrent-ruby (~> 1.0)
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-03-22 23:39:06 +00:00
zeitwerk (2.6.13)
2022-06-20 19:12:00 +00:00
PLATFORMS
x86_64-linux
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
pg (~> 1.1)
propshaft
puma (~> 5.0)
2022-06-20 19:50:04 +00:00
pundit
rails (~> 7.0.3)
2022-06-25 12:48:46 +00:00
ransack
2022-07-16 10:27:43 +00:00
rubyzip
2022-06-25 12:48:46 +00:00
timecop
web-console
RUBY VERSION
ruby 3.1.2p20
2022-06-20 19:12:00 +00:00
BUNDLED WITH
2.3.16