Files
baclight/Gemfile.lock
T

357 lines
8.4 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:
2024-02-22 05:53:52 +00:00
actioncable (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.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)
2024-02-22 05:53:52 +00:00
actionmailbox (7.1.3.2)
actionpack (= 7.1.3.2)
activejob (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
2021-09-26 14:31:38 -07:00
mail (>= 2.7.1)
2022-01-06 05:24:29 +00:00
net-imap
net-pop
net-smtp
2024-02-22 05:53:52 +00:00
actionmailer (7.1.3.2)
actionpack (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activesupport (= 7.1.3.2)
2021-09-26 14:31:38 -07:00
mail (~> 2.5, >= 2.5.4)
2022-01-06 05:24:29 +00:00
net-imap
net-pop
net-smtp
2023-09-30 09:57:54 -07:00
rails-dom-testing (~> 2.2)
2024-02-22 05:53:52 +00:00
actionpack (7.1.3.2)
actionview (= 7.1.3.2)
activesupport (= 7.1.3.2)
2023-09-30 09:57:54 -07:00
nokogiri (>= 1.8.5)
2023-11-10 23:04:45 +00:00
racc
2023-09-30 09:57:54 -07:00
rack (>= 2.2.4)
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-02-22 05:53:52 +00:00
actiontext (7.1.3.2)
actionpack (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.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)
2024-02-22 05:53:52 +00:00
actionview (7.1.3.2)
activesupport (= 7.1.3.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)
2024-02-22 05:53:52 +00:00
activejob (7.1.3.2)
activesupport (= 7.1.3.2)
2021-09-26 14:31:38 -07:00
globalid (>= 0.3.6)
2024-02-22 05:53:52 +00:00
activemodel (7.1.3.2)
activesupport (= 7.1.3.2)
activerecord (7.1.3.2)
activemodel (= 7.1.3.2)
activesupport (= 7.1.3.2)
2023-09-30 09:57:54 -07:00
timeout (>= 0.4.0)
2024-02-22 05:53:52 +00:00
activestorage (7.1.3.2)
actionpack (= 7.1.3.2)
activejob (= 7.1.3.2)
activerecord (= 7.1.3.2)
activesupport (= 7.1.3.2)
2021-12-06 15:02:04 -08:00
marcel (~> 1.0)
2024-02-22 05:53:52 +00:00
activesupport (7.1.3.2)
2023-09-30 09:57:54 -07:00
base64
bigdecimal
2021-09-26 14:31:38 -07:00
concurrent-ruby (~> 1.0, >= 1.0.2)
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)
minitest (>= 5.1)
2023-09-30 09:57:54 -07:00
mutex_m
2021-09-26 14:31:38 -07:00
tzinfo (~> 2.0)
2023-12-09 13:00:28 -08:00
addressable (2.8.6)
2022-08-21 16:57:23 -07:00
public_suffix (>= 2.0.2, < 6.0)
2021-09-26 14:47:42 -07:00
ast (2.4.2)
2023-11-21 13:30:32 +00:00
base64 (0.2.0)
2024-01-25 12:43:23 +00:00
bigdecimal (3.1.6)
2021-09-26 14:31:38 -07:00
bindex (0.8.1)
2024-02-01 05:08:52 +00:00
bootsnap (1.18.3)
2022-01-17 10:05:25 -08:00
msgpack (~> 1.2)
2024-02-02 11:07:47 +00:00
brakeman (6.1.2)
2023-12-24 09:18:50 +00:00
racc
2021-09-26 14:31:38 -07:00
builder (3.2.4)
2022-05-20 05:24:44 +00:00
bundler-audit (0.9.1)
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)
2024-01-16 21:53:16 -08:00
concurrent-ruby (1.2.3)
2023-05-19 14:01:53 -07:00
connection_pool (2.4.1)
2021-09-26 14:31:38 -07:00
crass (1.0.6)
2023-11-10 23:04:45 +00:00
date (3.3.4)
2023-12-22 05:56:03 +00:00
debug (1.9.1)
2023-12-12 05:13:40 +00:00
irb (~> 1.10)
reline (>= 0.3.8)
2024-02-04 10:37:41 -08:00
diff-lcs (1.5.1)
drb (2.2.1)
2022-12-28 09:59:04 -08:00
erubi (1.12.0)
2023-10-05 21:50:36 -07:00
ffi (1.16.3)
2023-09-10 14:05:35 -07:00
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
2021-09-26 14:31:38 -07:00
concurrent-ruby (~> 1.0)
2022-03-01 23:37:45 +00:00
image_processing (1.12.2)
2021-12-16 10:50:28 -08:00
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
importmap-rails (2.0.1)
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)
2024-01-25 12:43:23 +00:00
io-console (0.7.2)
2024-02-09 05:16:47 +00:00
irb (1.11.2)
2023-09-10 14:05:35 -07:00
rdoc
2024-01-16 21:53:16 -08:00
reline (>= 0.4.2)
2021-12-21 05:19:28 +00:00
jbuilder (2.11.5)
actionview (>= 5.0.0)
2021-09-26 14:31:38 -07:00
activesupport (>= 5.0.0)
2023-12-09 13:00:28 -08:00
json (2.7.1)
2023-06-24 16:52:03 -07:00
language_server-protocol (3.17.0.3)
2023-11-21 13:30:32 +00:00
loofah (2.22.0)
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
2021-09-26 14:31:38 -07:00
marcel (1.0.2)
2021-12-16 09:29:00 -08:00
matrix (0.4.2)
2022-12-28 09:59:04 -08:00
mini_magick (4.12.0)
mini_mime (1.1.5)
2024-02-09 05:16:47 +00:00
minitest (5.22.2)
2023-08-04 16:15:58 -07:00
msgpack (1.7.2)
2023-11-21 13:30:32 +00:00
mutex_m (0.2.0)
2024-02-22 05:53:52 +00:00
net-imap (0.4.10)
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
2024-01-07 19:33:41 -08:00
net-smtp (0.4.0.1)
2021-12-27 15:11:41 -08:00
net-protocol
2023-12-09 13:00:28 -08:00
nio4r (2.7.0)
2024-02-04 10:37:41 -08:00
nokogiri (1.16.2-aarch64-linux)
2023-12-30 16:26:45 -08:00
racc (~> 1.4)
2024-02-04 10:37:41 -08:00
nokogiri (1.16.2-arm64-darwin)
2023-12-30 16:26:45 -08:00
racc (~> 1.4)
2024-02-04 10:37:41 -08:00
nokogiri (1.16.2-x86_64-linux)
2021-09-26 14:31:38 -07:00
racc (~> 1.4)
2023-12-16 10:09:19 -08:00
parallel (1.24.0)
2024-02-04 10:37:41 -08:00
parser (3.3.0.5)
2021-09-26 14:47:42 -07:00
ast (~> 2.4.1)
racc
2024-02-15 14:19:54 +00:00
pg (1.5.5)
2023-12-22 05:56:03 +00:00
psych (5.1.2)
2023-09-10 14:05:35 -07:00
stringio
2023-12-09 13:00:28 -08:00
public_suffix (5.0.4)
puma (6.4.2)
2021-09-26 14:31:38 -07:00
nio4r (~> 2.0)
2023-11-10 23:04:45 +00:00
racc (1.7.3)
2024-02-22 05:53:52 +00:00
rack (3.0.9.1)
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)
2023-09-30 09:57:54 -07:00
rack-session (2.0.0)
rack (>= 3.0.0)
2023-03-24 11:22:43 -07:00
rack-test (2.1.0)
2022-07-13 05:22:49 +00:00
rack (>= 1.3)
2023-09-30 09:57:54 -07:00
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
2024-02-22 05:53:52 +00:00
rails (7.1.3.2)
actioncable (= 7.1.3.2)
actionmailbox (= 7.1.3.2)
actionmailer (= 7.1.3.2)
actionpack (= 7.1.3.2)
actiontext (= 7.1.3.2)
actionview (= 7.1.3.2)
activejob (= 7.1.3.2)
activemodel (= 7.1.3.2)
activerecord (= 7.1.3.2)
activestorage (= 7.1.3.2)
activesupport (= 7.1.3.2)
2022-01-06 17:05:15 -08:00
bundler (>= 1.15.0)
2024-02-22 05:53:52 +00:00
railties (= 7.1.3.2)
2023-08-04 16:15:58 -07:00
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
2021-09-26 14:31:38 -07:00
nokogiri (>= 1.6)
2023-06-01 09:57:29 -07:00
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
2024-02-22 05:53:52 +00:00
railties (7.1.3.2)
actionpack (= 7.1.3.2)
activesupport (= 7.1.3.2)
2023-09-30 09:57:54 -07:00
irb
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)
2023-11-21 13:30:32 +00:00
rake (13.1.0)
2024-03-25 19:44:15 +00:00
rdoc (6.6.3.1)
2023-09-10 14:05:35 -07:00
psych (>= 4.0.0)
2024-02-09 09:11:39 +00:00
redis (5.1.0)
2023-10-23 08:09:28 +00:00
redis-client (>= 0.17.0)
2024-02-24 14:43:15 -08:00
redis-client (0.20.0)
2022-08-29 11:25:13 +00:00
connection_pool
2024-01-29 05:35:55 +00:00
regexp_parser (2.9.0)
2024-01-07 19:33:41 -08:00
reline (0.4.2)
2023-03-28 21:55:00 +00:00
io-console (~> 0.5)
2023-08-01 05:55:57 +00:00
rexml (3.2.6)
2024-02-04 10:37:41 -08:00
rspec-core (3.13.0)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.0)
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)
rspec-mocks (3.13.0)
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-01-25 12:43:23 +00:00
rspec-rails (6.1.1)
2022-10-11 05:17:04 +00:00
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
2023-05-04 11:01:03 +00:00
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
2024-02-24 14:43:15 -08:00
rspec-support (3.13.1)
rubocop (1.61.0)
2022-07-07 05:25:49 +00:00
json (~> 2.3)
2023-06-24 16:52:03 -07:00
language_server-protocol (>= 3.17.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 (>= 1.8, < 3.0)
2022-05-13 20:59:32 -07:00
rexml (>= 3.2.5, < 4.0)
2023-12-09 13:00:28 -08:00
rubocop-ast (>= 1.30.0, < 2.0)
2021-09-26 14:47:42 -07:00
ruby-progressbar (~> 1.7)
2023-01-17 05:03:16 +00:00
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.1)
parser (>= 3.3.0.4)
rubocop-capybara (2.20.0)
2023-01-17 05:03:16 +00:00
rubocop (~> 1.41)
2024-02-04 10:37:41 -08:00
rubocop-factory_bot (2.25.1)
rubocop (~> 1.41)
rubocop-minitest (0.34.5)
2023-12-30 16:30:37 -08:00
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
2024-02-04 10:37:41 -08:00
rubocop-performance (1.20.2)
2023-12-30 16:30:37 -08:00
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-rails (2.24.0)
2021-09-26 14:47:42 -07:00
activesupport (>= 4.2.0)
rack (>= 1.1)
2022-09-10 15:26:05 -07:00
rubocop (>= 1.33.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
2023-12-30 16:30:37 -08:00
rubocop-rails-omakase (1.0.0)
rubocop
rubocop-minitest
rubocop-performance
rubocop-rails
rubocop-rspec (2.27.1)
2023-10-27 10:30:51 +00:00
rubocop (~> 1.40)
2023-01-20 05:04:44 +00:00
rubocop-capybara (~> 2.17)
2023-05-06 10:11:56 -07:00
rubocop-factory_bot (~> 2.22)
2023-03-07 05:59:46 +00:00
ruby-progressbar (1.13.0)
2024-02-24 14:43:15 -08:00
ruby-vips (2.2.1)
2021-12-16 10:50:28 -08:00
ffi (~> 1.12)
2021-12-16 09:29:00 -08:00
rubyzip (2.3.2)
selenium-webdriver (4.18.1)
base64 (~> 0.2)
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)
2021-12-13 05:20:32 +00:00
sprockets-rails (3.4.2)
2021-11-13 17:23:13 -08:00
actionpack (>= 5.2)
activesupport (>= 5.2)
2021-09-26 14:31:38 -07:00
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
2021-12-15 17:22:41 +00:00
railties (>= 6.0.0)
2023-12-09 13:00:28 -08:00
stringio (3.1.0)
2023-11-21 13:30:32 +00:00
thor (1.3.0)
2023-11-10 23:04:45 +00:00
timeout (0.4.1)
2024-02-22 05:53:21 +00:00
turbo-rails (2.0.4)
2021-12-15 17:22:38 +00:00
actionpack (>= 6.0.0)
2022-05-24 05:40:38 +00:00
activejob (>= 6.0.0)
2021-12-15 17:22:38 +00:00
railties (>= 6.0.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)
2023-10-01 22:49:57 -07:00
unicode-display_width (2.5.0)
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)
2023-09-30 09:57:54 -07:00
webrick (1.8.1)
websocket (1.2.10)
2023-08-04 16:15:58 -07:00
websocket-driver (0.7.6)
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)
2024-02-09 05:16:47 +00:00
zeitwerk (2.6.13)
2021-09-26 13:51:06 -07:00
PLATFORMS
2021-09-26 14:31:38 -07:00
aarch64-linux
2022-12-28 10:32:18 -08:00
arm64-darwin-22
2023-12-26 18:39:15 -08:00
arm64-darwin-23
2021-09-26 14:49:16 -07:00
x86_64-linux
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-01-04 13:49:49 -08:00
puma (~> 6.4)
2021-12-16 09:29:00 -08:00
rack-mini-profiler
2024-02-22 05:53:52 +00:00
rails (= 7.1.3.2)
2022-08-29 11:25:13 +00:00
redis (~> 5.0)
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
2023-12-26 18:39:15 -08:00
ruby 3.3.0p0
2021-09-26 13:51:06 -07:00
BUNDLED WITH
2024-02-24 14:43:15 -08:00
2.5.6