Files
baclight/Gemfile.lock
T

384 lines
9.2 KiB
Plaintext
Raw Normal View History

2022-01-06 17:05:15 -08:00
GEM
remote: https://rubygems.org/
2021-09-26 13:51:06 -07:00
specs:
actioncable (7.2.2.2)
actionpack (= 7.2.2.2)
activesupport (= 7.2.2.2)
2021-09-26 14:31:38 -07:00
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
2023-09-30 09:57:54 -07:00
zeitwerk (~> 2.6)
actionmailbox (7.2.2.2)
actionpack (= 7.2.2.2)
activejob (= 7.2.2.2)
activerecord (= 7.2.2.2)
activestorage (= 7.2.2.2)
activesupport (= 7.2.2.2)
2024-05-30 20:33:19 -07:00
mail (>= 2.8.0)
actionmailer (7.2.2.2)
actionpack (= 7.2.2.2)
actionview (= 7.2.2.2)
activejob (= 7.2.2.2)
activesupport (= 7.2.2.2)
2024-05-30 20:33:19 -07:00
mail (>= 2.8.0)
2023-09-30 09:57:54 -07:00
rails-dom-testing (~> 2.2)
actionpack (7.2.2.2)
actionview (= 7.2.2.2)
activesupport (= 7.2.2.2)
2023-09-30 09:57:54 -07:00
nokogiri (>= 1.8.5)
2023-11-10 23:04:45 +00:00
racc
2024-08-07 05:05:47 +00:00
rack (>= 2.2.4, < 3.2)
2023-09-30 09:57:54 -07:00
rack-session (>= 1.0.1)
2021-09-26 14:31:38 -07:00
rack-test (>= 0.6.3)
2023-09-30 09:57:54 -07:00
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
2024-05-30 20:33:19 -07:00
useragent (~> 0.16)
actiontext (7.2.2.2)
actionpack (= 7.2.2.2)
activerecord (= 7.2.2.2)
activestorage (= 7.2.2.2)
activesupport (= 7.2.2.2)
2021-12-06 15:02:04 -08:00
globalid (>= 0.6.0)
2021-09-26 14:31:38 -07:00
nokogiri (>= 1.8.5)
actionview (7.2.2.2)
activesupport (= 7.2.2.2)
2021-09-26 14:31:38 -07:00
builder (~> 3.1)
2023-09-30 09:57:54 -07:00
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.2.2.2)
activesupport (= 7.2.2.2)
2021-09-26 14:31:38 -07:00
globalid (>= 0.3.6)
activemodel (7.2.2.2)
activesupport (= 7.2.2.2)
activerecord (7.2.2.2)
activemodel (= 7.2.2.2)
activesupport (= 7.2.2.2)
2023-09-30 09:57:54 -07:00
timeout (>= 0.4.0)
activestorage (7.2.2.2)
actionpack (= 7.2.2.2)
activejob (= 7.2.2.2)
activerecord (= 7.2.2.2)
activesupport (= 7.2.2.2)
2021-12-06 15:02:04 -08:00
marcel (~> 1.0)
activesupport (7.2.2.2)
2023-09-30 09:57:54 -07:00
base64
2024-10-31 05:48:04 +00:00
benchmark (>= 0.3)
2023-09-30 09:57:54 -07:00
bigdecimal
2024-05-30 20:33:19 -07:00
concurrent-ruby (~> 1.0, >= 1.3.1)
2023-09-30 09:57:54 -07:00
connection_pool (>= 2.2.5)
drb
2021-09-26 14:31:38 -07:00
i18n (>= 1.6, < 2)
2024-07-13 10:51:27 -07:00
logger (>= 1.4.2)
2021-09-26 14:31:38 -07:00
minitest (>= 5.1)
2024-08-07 05:05:47 +00:00
securerandom (>= 0.3)
2024-05-30 20:33:19 -07:00
tzinfo (~> 2.0, >= 2.0.5)
2024-07-13 10:51:27 -07:00
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
2021-09-26 14:31:38 -07:00
bindex (0.8.1)
bootsnap (1.18.4)
2022-01-17 10:05:25 -08:00
msgpack (~> 1.2)
brakeman (7.0.2)
2023-12-24 09:18:50 +00:00
racc
builder (3.3.0)
bundler-audit (0.9.2)
2021-09-26 14:47:42 -07:00
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
2024-01-29 05:35:55 +00:00
capybara (3.40.0)
2021-12-16 09:29:00 -08:00
addressable
matrix
mini_mime (>= 0.1.3)
2024-01-29 05:35:55 +00:00
nokogiri (~> 1.11)
2021-12-16 09:29:00 -08:00
rack (>= 1.6.0)
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
2021-09-26 14:31:38 -07:00
crass (1.0.6)
2025-01-19 16:30:26 -08:00
date (3.4.1)
debug (1.10.0)
2023-12-12 05:13:40 +00:00
irb (~> 1.10)
reline (>= 0.3.8)
2025-03-02 16:59:51 -08:00
diff-lcs (1.6.0)
drb (2.2.3)
erubi (1.13.1)
2025-01-19 16:30:26 -08:00
ffi (1.17.1-aarch64-linux-gnu)
ffi (1.17.1-aarch64-linux-musl)
ffi (1.17.1-arm-linux-gnu)
ffi (1.17.1-arm-linux-musl)
ffi (1.17.1-arm64-darwin)
ffi (1.17.1-x86_64-darwin)
ffi (1.17.1-x86_64-linux-gnu)
ffi (1.17.1-x86_64-linux-musl)
2023-09-10 14:05:35 -07:00
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.7)
2021-09-26 14:31:38 -07:00
concurrent-ruby (~> 1.0)
image_processing (1.14.0)
mini_magick (>= 4.9.5, < 6)
2021-12-16 10:50:28 -08:00
ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.1.0)
2021-12-15 17:22:26 +00:00
actionpack (>= 6.0.0)
2023-10-27 15:48:36 +00:00
activesupport (>= 6.0.0)
2021-12-15 17:22:26 +00:00
railties (>= 6.0.0)
io-console (0.8.0)
2025-03-02 16:59:51 -08:00
irb (1.15.1)
pp (>= 0.6.0)
2024-05-25 08:10:26 -07:00
rdoc (>= 4.0.0)
2024-01-16 21:53:16 -08:00
reline (>= 0.4.2)
2024-09-16 05:15:30 +00:00
jbuilder (2.13.0)
2021-12-21 05:19:28 +00:00
actionview (>= 5.0.0)
2021-09-26 14:31:38 -07:00
activesupport (>= 5.0.0)
json (2.10.2)
language_server-protocol (3.17.0.4)
lint_roller (1.1.0)
logger (1.7.0)
loofah (2.24.1)
2021-09-26 14:31:38 -07:00
crass (~> 1.0.2)
2023-05-12 13:47:08 -07:00
nokogiri (>= 1.12.0)
2023-02-13 08:09:19 -08:00
mail (2.8.1)
2021-09-26 14:31:38 -07:00
mini_mime (>= 0.1.1)
2022-12-28 09:59:04 -08:00
net-imap
net-pop
net-smtp
2024-03-25 16:52:40 -07:00
marcel (1.0.4)
2021-12-16 09:29:00 -08:00
matrix (0.4.2)
2025-03-02 17:07:03 -08:00
mini_magick (5.2.0)
benchmark
logger
mini_mime (1.1.5)
minitest (5.25.5)
2025-03-02 17:07:03 -08:00
msgpack (1.8.0)
2025-03-02 17:00:05 -08:00
net-imap (0.5.6)
2022-12-28 09:59:04 -08:00
date
2021-12-27 15:15:56 -08:00
net-protocol
2022-11-25 17:10:58 -08:00
net-pop (0.1.2)
2021-12-27 15:13:29 -08:00
net-protocol
2023-11-10 23:04:45 +00:00
net-protocol (0.2.2)
2021-12-27 15:11:41 -08:00
timeout
2025-03-02 17:07:03 -08:00
net-smtp (0.5.1)
net-protocol
2024-10-31 05:48:04 +00:00
nio4r (2.7.4)
nokogiri (1.18.9-aarch64-linux-gnu)
2023-12-30 16:26:45 -08:00
racc (~> 1.4)
nokogiri (1.18.9-aarch64-linux-musl)
2025-01-19 16:30:26 -08:00
racc (~> 1.4)
nokogiri (1.18.9-arm-linux-gnu)
2025-01-19 16:30:26 -08:00
racc (~> 1.4)
nokogiri (1.18.9-arm-linux-musl)
2025-01-19 16:30:26 -08:00
racc (~> 1.4)
nokogiri (1.18.9-arm64-darwin)
2024-10-12 11:59:01 -07:00
racc (~> 1.4)
nokogiri (1.18.9-x86_64-darwin)
2025-01-19 16:30:26 -08:00
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.9-x86_64-linux-musl)
2025-01-19 16:30:26 -08:00
racc (~> 1.4)
parallel (1.27.0)
parser (3.3.8.0)
2021-09-26 14:47:42 -07:00
ast (~> 2.4.1)
racc
2024-10-24 21:55:29 +00:00
pg (1.5.9)
2025-03-02 16:59:51 -08:00
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
psych (5.2.3)
date
2023-09-10 14:05:35 -07:00
stringio
2024-08-11 23:13:17 -05:00
public_suffix (6.0.1)
puma (6.6.0)
2021-09-26 14:31:38 -07:00
nio4r (~> 2.0)
2024-08-07 05:05:47 +00:00
racc (1.8.1)
rack (3.1.16)
2024-02-15 05:40:28 +00:00
rack-mini-profiler (3.3.1)
2021-12-06 15:02:04 -08:00
rack (>= 1.2.0)
rack-session (2.1.1)
base64 (>= 0.1.0)
2023-09-30 09:57:54 -07:00
rack (>= 3.0.0)
rack-test (2.2.0)
2022-07-13 05:22:49 +00:00
rack (>= 1.3)
rackup (2.2.1)
2023-09-30 09:57:54 -07:00
rack (>= 3)
rails (7.2.2.2)
actioncable (= 7.2.2.2)
actionmailbox (= 7.2.2.2)
actionmailer (= 7.2.2.2)
actionpack (= 7.2.2.2)
actiontext (= 7.2.2.2)
actionview (= 7.2.2.2)
activejob (= 7.2.2.2)
activemodel (= 7.2.2.2)
activerecord (= 7.2.2.2)
activestorage (= 7.2.2.2)
activesupport (= 7.2.2.2)
2022-01-06 17:05:15 -08:00
bundler (>= 1.15.0)
railties (= 7.2.2.2)
rails-dom-testing (2.3.0)
2023-08-04 16:15:58 -07:00
activesupport (>= 5.0.0)
minitest
2021-09-26 14:31:38 -07:00
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
2023-06-01 09:57:29 -07: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.2.2.2)
actionpack (= 7.2.2.2)
activesupport (= 7.2.2.2)
2024-05-30 20:33:19 -07:00
irb (~> 1.13)
2023-09-30 09:57:54 -07:00
rackup (>= 1.0.0)
2022-01-06 17:05:15 -08:00
rake (>= 12.2)
2023-09-30 09:57:54 -07:00
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
2022-01-17 05:19:44 +00:00
rainbow (3.1.1)
2024-05-25 08:10:26 -07:00
rake (13.2.1)
2025-03-02 16:59:51 -08:00
rdoc (6.12.0)
2023-09-10 14:05:35 -07:00
psych (>= 4.0.0)
redis (5.4.0)
2024-04-16 05:22:49 +00:00
redis-client (>= 0.22.0)
2025-01-19 16:30:26 -08:00
redis-client (0.23.2)
2022-08-29 11:25:13 +00:00
connection_pool
2024-12-26 05:25:38 +00:00
regexp_parser (2.10.0)
reline (0.6.0)
2023-03-28 21:55:00 +00:00
io-console (~> 0.5)
rexml (3.4.1)
2025-03-02 16:59:51 -08:00
rspec-core (3.13.3)
2024-02-04 10:37:41 -08:00
rspec-support (~> 3.13.0)
2024-09-07 15:42:37 -07:00
rspec-expectations (3.13.3)
2021-09-26 14:56:42 -07:00
diff-lcs (>= 1.2.0, < 2.0)
2024-02-04 10:37:41 -08:00
rspec-support (~> 3.13.0)
2024-10-12 11:56:17 -07:00
rspec-mocks (3.13.2)
2021-09-26 14:56:42 -07:00
diff-lcs (>= 1.2.0, < 2.0)
2024-02-04 10:37:41 -08:00
rspec-support (~> 3.13.0)
2025-03-02 16:59:51 -08:00
rspec-rails (7.1.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
2024-03-19 05:28:04 +00:00
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
2025-01-19 16:30:26 -08:00
rspec-support (3.13.2)
rubocop (1.75.2)
2022-07-07 05:25:49 +00:00
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
2021-09-26 14:47:42 -07:00
parallel (~> 1.10)
2024-02-04 10:37:41 -08:00
parser (>= 3.3.0.2)
2021-09-26 14:47:42 -07:00
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.44.0, < 2.0)
2021-09-26 14:47:42 -07:00
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.44.1)
parser (>= 3.3.7.2)
prism (~> 1.4)
rubocop-performance (1.24.0)
lint_roller (~> 1.1)
rubocop (>= 1.72.1, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails (2.31.0)
2021-09-26 14:47:42 -07:00
activesupport (>= 4.2.0)
lint_roller (~> 1.1)
2021-09-26 14:47:42 -07:00
rack (>= 1.1)
rubocop (>= 1.75.0, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
rubocop-rails-omakase (1.1.0)
rubocop (>= 1.72)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.30)
rubocop-rspec (3.6.0)
lint_roller (~> 1.1)
rubocop (~> 1.72, >= 1.72.1)
2023-03-07 05:59:46 +00:00
ruby-progressbar (1.13.0)
ruby-vips (2.2.3)
2021-12-16 10:50:28 -08:00
ffi (~> 1.12)
2024-07-20 13:10:03 -07:00
logger
2025-01-19 16:30:26 -08:00
rubyzip (2.4.1)
2024-12-26 05:25:38 +00:00
securerandom (0.4.1)
selenium-webdriver (4.31.0)
base64 (~> 0.2)
logger (~> 1.4)
2021-12-16 09:29:00 -08:00
rexml (~> 3.2, >= 3.2.5)
2022-06-01 08:13:30 +00:00
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
2023-09-10 14:05:35 -07:00
sprockets (4.2.1)
2021-09-26 14:31:38 -07:00
concurrent-ruby (~> 1.0)
2022-12-28 09:59:04 -08:00
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
actionpack (>= 6.1)
activesupport (>= 6.1)
2021-09-26 14:31:38 -07:00
sprockets (>= 3.0.0)
2024-08-19 05:19:53 +00:00
stimulus-rails (1.3.4)
2021-12-15 17:22:41 +00:00
railties (>= 6.0.0)
stringio (3.1.5)
2025-08-14 20:29:00 -07:00
thor (1.4.0)
2025-01-19 16:30:26 -08:00
timeout (0.4.3)
turbo-rails (2.0.13)
actionpack (>= 7.1.0)
railties (>= 7.1.0)
2023-02-01 05:07:15 +00:00
tzinfo (2.0.6)
2021-09-26 14:31:38 -07:00
concurrent-ruby (~> 1.0)
2025-01-19 16:30:26 -08:00
unicode-display_width (3.1.4)
2024-12-26 05:25:38 +00:00
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
2024-12-10 22:47:16 +00:00
useragent (0.16.11)
web-console (4.2.1)
2021-09-26 14:31:38 -07:00
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
2024-07-13 10:51:27 -07:00
websocket (1.2.11)
2025-01-19 16:30:26 -08:00
websocket-driver (0.7.7)
base64
2021-09-26 14:31:38 -07:00
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
2021-12-16 09:29:00 -08:00
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.7.2)
2021-09-26 13:51:06 -07:00
PLATFORMS
2025-01-19 16:30:26 -08:00
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
2021-09-26 13:51:06 -07:00
DEPENDENCIES
2021-12-16 09:29:00 -08:00
bootsnap
2021-09-26 14:47:42 -07:00
brakeman
bundler-audit
2021-12-16 09:29:00 -08:00
capybara
debug
image_processing (~> 1.2)
2021-12-16 09:29:00 -08:00
importmap-rails
jbuilder
2023-04-25 05:58:56 +00:00
pg (~> 1.5)
2024-11-25 05:25:59 +00:00
puma (~> 6.5)
2021-12-16 09:29:00 -08:00
rack-mini-profiler
2024-10-31 05:48:04 +00:00
rails (~> 7.2)
2024-08-22 05:38:42 +00:00
redis (~> 5.3)
2021-09-26 14:56:42 -07:00
rspec-rails
2021-09-26 14:47:42 -07:00
rubocop-rails
2023-12-30 16:30:37 -08:00
rubocop-rails-omakase
2021-09-26 15:01:51 -07:00
rubocop-rspec
2021-12-16 09:29:00 -08:00
selenium-webdriver
2022-02-21 13:04:05 -08:00
sprockets-rails
2021-12-16 09:29:00 -08:00
stimulus-rails
turbo-rails
2021-09-26 14:31:38 -07:00
tzinfo-data
2021-12-16 09:29:00 -08:00
web-console
2021-09-26 14:31:38 -07:00
RUBY VERSION
ruby 3.4.5p51
2021-09-26 13:51:06 -07:00
BUNDLED WITH
2025-03-02 17:06:44 -08:00
2.6.5