chore: install cssbundling rails and set up compilation

This commit is contained in:
Nelson Jovel 2024-01-05 21:29:23 -08:00
parent 09ab4d214e
commit 99ef1cb2c8
4670 changed files with 393937 additions and 25 deletions

View file

@ -22,8 +22,19 @@ Gem::Specification.new do |spec|
Dir["{app,config,db,lib}/**/*", "MIT-LICENSE", "Rakefile", "README.md"]
end
spec.add_dependency "activerecord-import"
spec.add_dependency "bcrypt_pbkdf"
spec.add_dependency "cssbundling-rails"
spec.add_dependency "ed25519"
spec.add_dependency "friendly_id", "~> 5.4.0"
spec.add_dependency "jsbundling-rails"
spec.add_dependency "net-sftp"
spec.add_dependency "rails", ">= 7.1.2"
spec.add_dependency "standard_deviation"
spec.add_dependency "stimulus-rails"
spec.add_dependency "turbo-rails"
spec.add_dependency "watir"
spec.add_development_dependency "factory_bot_rails"
spec.add_development_dependency "rspec-rails"
end