wedding-planner/Gemfile.lock

349 lines
8.1 KiB
Plaintext
Raw Normal View History

2024-07-11 18:42:31 +02:00
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.3.4)
actionpack (= 7.1.3.4)
activesupport (= 7.1.3.4)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.3.4)
actionpack (= 7.1.3.4)
activejob (= 7.1.3.4)
activerecord (= 7.1.3.4)
activestorage (= 7.1.3.4)
activesupport (= 7.1.3.4)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.3.4)
actionpack (= 7.1.3.4)
actionview (= 7.1.3.4)
activejob (= 7.1.3.4)
activesupport (= 7.1.3.4)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.3.4)
actionview (= 7.1.3.4)
activesupport (= 7.1.3.4)
nokogiri (>= 1.8.5)
racc
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.3.4)
actionpack (= 7.1.3.4)
activerecord (= 7.1.3.4)
activestorage (= 7.1.3.4)
activesupport (= 7.1.3.4)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.3.4)
activesupport (= 7.1.3.4)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.3.4)
activesupport (= 7.1.3.4)
globalid (>= 0.3.6)
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
timeout (>= 0.4.0)
activestorage (7.1.3.4)
actionpack (= 7.1.3.4)
activejob (= 7.1.3.4)
activerecord (= 7.1.3.4)
activesupport (= 7.1.3.4)
marcel (~> 1.0)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
2024-07-11 20:18:55 +02:00
acts-as-taggable-on (10.0.0)
activerecord (>= 6.1, < 7.2)
2024-08-11 17:47:32 +02:00
ast (2.4.2)
babel-source (5.8.35)
babel-transpiler (0.7.0)
babel-source (>= 4.0, < 6)
execjs (~> 2.0)
2024-07-11 18:42:31 +02:00
base64 (0.2.0)
bigdecimal (3.1.8)
bindex (0.8.1)
2024-08-05 10:06:43 +00:00
bootsnap (1.18.4)
2024-07-11 18:42:31 +02:00
msgpack (~> 1.2)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
2024-07-11 18:42:31 +02:00
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.4)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
2024-07-11 18:42:31 +02:00
drb (2.2.1)
erubi (1.13.0)
execjs (2.9.1)
factory_bot (6.4.6)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
factory_bot (~> 6.4)
railties (>= 5.0.0)
2024-08-01 19:02:26 +00:00
faker (3.4.2)
i18n (>= 1.8.11, < 2)
2024-07-11 18:42:31 +02:00
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
importmap-rails (2.0.1)
actionpack (>= 6.0.0)
activesupport (>= 6.0.0)
railties (>= 6.0.0)
io-console (0.7.2)
irb (1.14.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
2024-07-30 19:54:28 +02:00
json (2.7.2)
jsonapi-deserializable (0.2.0)
jsonapi-parser (0.1.1)
jsonapi-rails (0.4.1)
jsonapi-parser (~> 0.1.0)
jsonapi-rb (~> 0.5.0)
jsonapi-rb (0.5.0)
jsonapi-deserializable (~> 0.2.0)
jsonapi-serializable (~> 0.3.0)
jsonapi-renderer (0.2.2)
jsonapi-serializable (0.3.1)
jsonapi-renderer (~> 0.2.0)
2024-08-11 17:47:32 +02:00
language_server-protocol (3.17.0.3)
2024-07-11 18:42:31 +02:00
loofah (2.22.0)
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)
method_source (1.0.0)
2024-07-11 18:42:31 +02:00
mini_mime (1.1.5)
minitest (5.24.1)
2024-07-26 14:02:14 +00:00
money (6.19.0)
2024-07-11 20:06:48 +02:00
i18n (>= 0.6.4, <= 2)
2024-07-11 18:42:31 +02:00
msgpack (1.7.2)
mutex_m (0.2.0)
net-imap (0.4.14)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.2)
timeout
net-smtp (0.5.0)
net-protocol
nio4r (2.7.3)
nokogiri (1.16.7-aarch64-linux)
2024-07-11 18:42:31 +02:00
racc (~> 1.4)
nokogiri (1.16.7-arm-linux)
2024-07-11 18:42:31 +02:00
racc (~> 1.4)
nokogiri (1.16.7-arm64-darwin)
2024-07-11 18:42:31 +02:00
racc (~> 1.4)
nokogiri (1.16.7-x86-linux)
2024-07-11 18:42:31 +02:00
racc (~> 1.4)
nokogiri (1.16.7-x86_64-darwin)
2024-07-11 18:42:31 +02:00
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
2024-07-11 18:42:31 +02:00
racc (~> 1.4)
2024-08-11 17:47:32 +02:00
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
2024-07-28 12:02:30 +00:00
pg (1.5.7)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
2024-07-11 18:42:31 +02:00
psych (5.1.2)
stringio
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.1)
2024-07-11 18:42:31 +02:00
rack (3.1.7)
rack-cors (2.0.2)
rack (>= 2.0.0)
2024-07-11 18:42:31 +02:00
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.3.4)
actioncable (= 7.1.3.4)
actionmailbox (= 7.1.3.4)
actionmailer (= 7.1.3.4)
actionpack (= 7.1.3.4)
actiontext (= 7.1.3.4)
actionview (= 7.1.3.4)
activejob (= 7.1.3.4)
activemodel (= 7.1.3.4)
activerecord (= 7.1.3.4)
activestorage (= 7.1.3.4)
activesupport (= 7.1.3.4)
bundler (>= 1.15.0)
railties (= 7.1.3.4)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.3.4)
actionpack (= 7.1.3.4)
activesupport (= 7.1.3.4)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
2024-08-11 17:47:32 +02:00
rainbow (3.1.1)
2024-07-11 18:42:31 +02:00
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
react-rails (3.2.1)
babel-transpiler (>= 0.7.0)
connection_pool
execjs
railties (>= 3.2)
tilt
2024-07-11 18:42:31 +02:00
redis (5.2.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
connection_pool
2024-08-11 17:47:32 +02:00
regexp_parser (2.9.2)
2024-07-11 18:42:31 +02:00
reline (0.5.9)
io-console (~> 0.5)
2024-08-11 17:47:32 +02:00
rexml (3.2.8)
rspec-core (3.12.3)
2024-07-11 19:41:36 +02:00
rspec-support (~> 3.12.0)
rspec-expectations (3.12.4)
2024-07-11 19:41:36 +02:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.7)
2024-07-11 19:41:36 +02:00
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.1.1)
2024-07-11 19:41:36 +02:00
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-core (~> 3.12)
rspec-expectations (~> 3.12)
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.2)
2024-08-11 17:47:32 +02:00
rubocop (1.65.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
2024-07-30 19:54:28 +02:00
rubytree (2.0.3)
json (~> 2.0, > 2.3.1)
2024-07-11 18:42:31 +02:00
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.5.2)
2024-07-11 18:42:31 +02:00
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stimulus-rails (1.3.3)
railties (>= 6.0.0)
stringio (3.1.1)
thor (1.3.1)
tilt (2.4.0)
2024-07-11 18:42:31 +02:00
timeout (0.4.1)
turbo-rails (2.0.6)
2024-07-11 18:42:31 +02:00
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
2024-08-11 17:47:32 +02:00
unicode-display_width (2.5.0)
2024-07-11 18:42:31 +02:00
web-console (4.2.1)
actionview (>= 6.0.0)
activemodel (>= 6.0.0)
bindex (>= 0.4.0)
railties (>= 6.0.0)
webrick (1.8.1)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.17)
2024-07-11 18:42:31 +02:00
PLATFORMS
aarch64-linux
arm-linux
arm64-darwin
x86-linux
x86_64-darwin
x86_64-linux
DEPENDENCIES
2024-07-11 20:18:55 +02:00
acts-as-taggable-on
2024-07-11 18:42:31 +02:00
bootsnap
debug
factory_bot_rails
2024-07-11 20:11:04 +02:00
faker
2024-07-11 18:42:31 +02:00
importmap-rails
jbuilder
jsonapi-rails
2024-07-11 20:06:48 +02:00
money
2024-07-11 18:42:31 +02:00
pg (~> 1.1)
pry
2024-07-11 18:42:31 +02:00
puma (>= 5.0)
rack-cors
2024-07-11 18:42:31 +02:00
rails (~> 7.1.3, >= 7.1.3.2)
react-rails
2024-07-11 18:42:31 +02:00
redis (>= 4.0.1)
2024-07-11 19:41:36 +02:00
rspec-rails (~> 6.1.0)
2024-08-11 17:47:32 +02:00
rubocop
2024-07-30 19:54:28 +02:00
rubytree
2024-07-11 18:42:31 +02:00
sprockets-rails
stimulus-rails
turbo-rails
tzinfo-data
web-console
RUBY VERSION
2024-08-01 22:02:06 +00:00
ruby 3.3.4p94
2024-07-11 18:42:31 +02:00
BUNDLED WITH
2024-08-02 08:56:28 +02:00
2.5.17