Fix frontend assets not being committed and update gems

This commit is contained in:
Eugene Burmakin 2023-05-28 12:22:37 +02:00
parent 6f791401de
commit 6dbc206ed5
3 changed files with 43 additions and 41 deletions

1
.gitignore vendored
View file

@ -32,6 +32,5 @@
/coverage /coverage
/node_modules /node_modules
/app/assets/builds/*
!/app/assets/builds/.keep !/app/assets/builds/.keep
.DS_Store .DS_Store

View file

@ -71,10 +71,10 @@ GEM
bootsnap (1.16.0) bootsnap (1.16.0)
msgpack (~> 1.2) msgpack (~> 1.2)
builder (3.2.4) builder (3.2.4)
concurrent-ruby (1.2.0) concurrent-ruby (1.2.2)
crass (1.0.6) crass (1.0.6)
date (3.3.3) date (3.3.3)
debug (1.7.1) debug (1.8.0)
irb (>= 1.5.0) irb (>= 1.5.0)
reline (>= 0.3.1) reline (>= 0.3.1)
devise (4.8.1) devise (4.8.1)
@ -95,16 +95,16 @@ GEM
foreman (0.87.2) foreman (0.87.2)
globalid (1.1.0) globalid (1.1.0)
activesupport (>= 5.0) activesupport (>= 5.0)
i18n (1.12.0) i18n (1.13.0)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
io-console (0.6.0) io-console (0.6.0)
irb (1.6.2) irb (1.6.4)
reline (>= 0.3.0) reline (>= 0.3.0)
json (2.6.3) json (2.6.3)
loofah (2.19.1) loofah (2.21.3)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.12.0)
mail (2.8.0.1) mail (2.8.1)
mini_mime (>= 0.1.1) mini_mime (>= 0.1.1)
net-imap net-imap
net-pop net-pop
@ -112,8 +112,8 @@ GEM
marcel (1.0.2) marcel (1.0.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.17.0) minitest (5.18.0)
msgpack (1.6.0) msgpack (1.7.1)
net-imap (0.3.4) net-imap (0.3.4)
date date
net-protocol net-protocol
@ -123,23 +123,23 @@ GEM
timeout timeout
net-smtp (0.3.3) net-smtp (0.3.3)
net-protocol net-protocol
nio4r (2.5.8) nio4r (2.5.9)
nokogiri (1.14.1-aarch64-linux) nokogiri (1.15.2-aarch64-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.14.1-arm64-darwin) nokogiri (1.15.2-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
orm_adapter (0.5.0) orm_adapter (0.5.0)
parallel (1.22.1) parallel (1.23.0)
parser (3.2.0.0) parser (3.2.2.1)
ast (~> 2.4.1) ast (~> 2.4.1)
pg (1.4.5) pg (1.5.3)
puma (5.6.5) puma (5.6.5)
nio4r (~> 2.0) nio4r (~> 2.0)
pundit (2.3.0) pundit (2.3.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
racc (1.6.2) racc (1.6.2)
rack (2.2.6.2) rack (2.2.7)
rack-test (2.0.2) rack-test (2.1.0)
rack (>= 1.3) rack (>= 1.3)
rails (7.0.4) rails (7.0.4)
actioncable (= 7.0.4) actioncable (= 7.0.4)
@ -158,8 +158,9 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.5.0) rails-html-sanitizer (1.6.0)
loofah (~> 2.19, >= 2.19.1) loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.0.4) railties (7.0.4)
actionpack (= 7.0.4) actionpack (= 7.0.4)
activesupport (= 7.0.4) activesupport (= 7.0.4)
@ -169,19 +170,19 @@ GEM
zeitwerk (~> 2.5) zeitwerk (~> 2.5)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.0.6) rake (13.0.6)
regexp_parser (2.6.2) regexp_parser (2.8.0)
reline (0.3.2) reline (0.3.4)
io-console (~> 0.5) io-console (~> 0.5)
responders (3.0.1) responders (3.1.0)
actionpack (>= 5.0) actionpack (>= 5.2)
railties (>= 5.0) railties (>= 5.2)
rexml (3.2.5) rexml (3.2.5)
rspec-core (3.12.0) rspec-core (3.12.2)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-expectations (3.12.2) rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-mocks (3.12.3) rspec-mocks (3.12.5)
diff-lcs (>= 1.2.0, < 2.0) diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0) rspec-support (~> 3.12.0)
rspec-rails (5.1.2) rspec-rails (5.1.2)
@ -193,23 +194,23 @@ GEM
rspec-mocks (~> 3.10) rspec-mocks (~> 3.10)
rspec-support (~> 3.10) rspec-support (~> 3.10)
rspec-support (3.12.0) rspec-support (3.12.0)
rubocop (1.44.1) rubocop (1.51.0)
json (~> 2.3) json (~> 2.3)
parallel (~> 1.10) parallel (~> 1.10)
parser (>= 3.2.0.0) parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0) rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0) regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0) rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.24.1, < 2.0) rubocop-ast (>= 1.28.0, < 2.0)
ruby-progressbar (~> 1.7) ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0) unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.24.1) rubocop-ast (1.28.1)
parser (>= 3.1.1.0) parser (>= 3.2.1.0)
rubocop-rails (2.17.4) rubocop-rails (2.19.1)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
ruby-progressbar (1.11.0) ruby-progressbar (1.13.0)
shoulda-matchers (5.3.0) shoulda-matchers (5.3.0)
activesupport (>= 5.2.0) activesupport (>= 5.2.0)
simplecov (0.22.0) simplecov (0.22.0)
@ -227,15 +228,15 @@ GEM
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
stimulus-rails (1.2.1) stimulus-rails (1.2.1)
railties (>= 6.0.0) railties (>= 6.0.0)
strong_migrations (1.4.2) strong_migrations (1.4.4)
activerecord (>= 5.2) activerecord (>= 5.2)
tailwindcss-rails (2.0.21-aarch64-linux) tailwindcss-rails (2.0.29-aarch64-linux)
railties (>= 6.0.0) railties (>= 6.0.0)
tailwindcss-rails (2.0.21-arm64-darwin) tailwindcss-rails (2.0.29-arm64-darwin)
railties (>= 6.0.0) railties (>= 6.0.0)
thor (1.2.1) thor (1.2.2)
timeout (0.3.1) timeout (0.3.2)
turbo-rails (1.3.3) turbo-rails (1.4.0)
actionpack (>= 6.0.0) actionpack (>= 6.0.0)
activejob (>= 6.0.0) activejob (>= 6.0.0)
railties (>= 6.0.0) railties (>= 6.0.0)
@ -247,11 +248,12 @@ GEM
websocket-driver (0.7.5) websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0) websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
zeitwerk (2.6.6) zeitwerk (2.6.8)
PLATFORMS PLATFORMS
aarch64-linux-musl aarch64-linux-musl
arm64-darwin-21 arm64-darwin-21
arm64-darwin-22
DEPENDENCIES DEPENDENCIES
bootsnap bootsnap

File diff suppressed because one or more lines are too long