trying to get JS and cssbundling to work
This commit is contained in:
parent
e4af4c21ae
commit
7cd9c68a10
8 changed files with 155 additions and 44 deletions
30
Gemfile.lock
30
Gemfile.lock
|
|
@ -131,8 +131,6 @@ GEM
|
|||
email_validator (2.2.4)
|
||||
activemodel
|
||||
erubi (1.13.1)
|
||||
et-orbi (1.2.11)
|
||||
tzinfo
|
||||
factory_bot (6.5.1)
|
||||
activesupport (>= 6.1.0)
|
||||
factory_bot_rails (6.4.4)
|
||||
|
|
@ -158,9 +156,6 @@ GEM
|
|||
font-awesome-rails (4.7.0.9)
|
||||
railties (>= 3.2, < 9.0)
|
||||
formatador (1.1.0)
|
||||
fugit (1.11.1)
|
||||
et-orbi (~> 1, >= 1.2.11)
|
||||
raabro (~> 1.4)
|
||||
globalid (1.2.1)
|
||||
activesupport (>= 6.1)
|
||||
gravtastic (3.2.6)
|
||||
|
|
@ -196,8 +191,6 @@ GEM
|
|||
jbuilder (2.13.0)
|
||||
actionview (>= 5.0.0)
|
||||
activesupport (>= 5.0.0)
|
||||
jsbundling-rails (1.3.1)
|
||||
railties (>= 6.0.0)
|
||||
json (2.10.2)
|
||||
json-jwt (1.16.7)
|
||||
activesupport (>= 4.2)
|
||||
|
|
@ -337,7 +330,6 @@ GEM
|
|||
public_suffix (6.0.1)
|
||||
puma (6.6.0)
|
||||
nio4r (~> 2.0)
|
||||
raabro (1.4.0)
|
||||
racc (1.8.1)
|
||||
rack (3.1.12)
|
||||
rack-oauth2 (2.2.1)
|
||||
|
|
@ -471,22 +463,6 @@ GEM
|
|||
actionpack (>= 3.1)
|
||||
railties (>= 3.1)
|
||||
slim (>= 3.0, < 6.0, != 5.0.0)
|
||||
solid_cable (3.0.7)
|
||||
actioncable (>= 7.2)
|
||||
activejob (>= 7.2)
|
||||
activerecord (>= 7.2)
|
||||
railties (>= 7.2)
|
||||
solid_cache (1.0.7)
|
||||
activejob (>= 7.2)
|
||||
activerecord (>= 7.2)
|
||||
railties (>= 7.2)
|
||||
solid_queue (1.1.4)
|
||||
activejob (>= 7.1)
|
||||
activerecord (>= 7.1)
|
||||
concurrent-ruby (>= 1.3.1)
|
||||
fugit (~> 1.11.0)
|
||||
railties (>= 7.1)
|
||||
thor (~> 1.3.1)
|
||||
sorbet-runtime (0.5.11934)
|
||||
sqlite3 (2.6.0-aarch64-linux-gnu)
|
||||
sqlite3 (2.6.0-aarch64-linux-musl)
|
||||
|
|
@ -569,7 +545,7 @@ DEPENDENCIES
|
|||
bzip2-ffi
|
||||
cancancan
|
||||
capybara
|
||||
cssbundling-rails
|
||||
cssbundling-rails (~> 1.4)
|
||||
debug
|
||||
devise
|
||||
dotenv
|
||||
|
|
@ -581,7 +557,6 @@ DEPENDENCIES
|
|||
guard-rails
|
||||
image_processing
|
||||
jbuilder
|
||||
jsbundling-rails
|
||||
kamal
|
||||
listen (~> 3.5)
|
||||
mini_magick
|
||||
|
|
@ -604,9 +579,6 @@ DEPENDENCIES
|
|||
selenium-webdriver
|
||||
shrine (~> 3.0)
|
||||
slim-rails
|
||||
solid_cable
|
||||
solid_cache
|
||||
solid_queue
|
||||
sqlite3 (>= 2.1)
|
||||
thruster
|
||||
web-console
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue