mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 21:38:14 -08:00
chore: remove css-bundling from dummy app
This commit is contained in:
parent
b469558a21
commit
37fc891ff7
2 changed files with 2 additions and 7 deletions
1
Gemfile
1
Gemfile
|
|
@ -8,7 +8,6 @@ gem "puma"
|
||||||
|
|
||||||
gem "pg"
|
gem "pg"
|
||||||
|
|
||||||
gem "cssbundling-rails"
|
|
||||||
gem "sprockets-rails"
|
gem "sprockets-rails"
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,7 @@
|
||||||
PATH
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
dashboard (0.1.9)
|
dashboard (0.1.10)
|
||||||
activerecord-import
|
|
||||||
bcrypt_pbkdf
|
bcrypt_pbkdf
|
||||||
cssbundling-rails
|
cssbundling-rails
|
||||||
ed25519
|
ed25519
|
||||||
|
|
@ -10,6 +9,7 @@ PATH
|
||||||
jsbundling-rails
|
jsbundling-rails
|
||||||
net-sftp
|
net-sftp
|
||||||
rails (>= 7.1.2)
|
rails (>= 7.1.2)
|
||||||
|
rspec-rails
|
||||||
standard_deviation
|
standard_deviation
|
||||||
stimulus-rails
|
stimulus-rails
|
||||||
turbo-rails
|
turbo-rails
|
||||||
|
|
@ -76,8 +76,6 @@ GEM
|
||||||
activemodel (= 7.1.2)
|
activemodel (= 7.1.2)
|
||||||
activesupport (= 7.1.2)
|
activesupport (= 7.1.2)
|
||||||
timeout (>= 0.4.0)
|
timeout (>= 0.4.0)
|
||||||
activerecord-import (1.5.1)
|
|
||||||
activerecord (>= 4.2)
|
|
||||||
activestorage (7.1.2)
|
activestorage (7.1.2)
|
||||||
actionpack (= 7.1.2)
|
actionpack (= 7.1.2)
|
||||||
activejob (= 7.1.2)
|
activejob (= 7.1.2)
|
||||||
|
|
@ -261,12 +259,10 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
byebug
|
byebug
|
||||||
cssbundling-rails
|
|
||||||
dashboard!
|
dashboard!
|
||||||
factory_bot_rails
|
factory_bot_rails
|
||||||
pg
|
pg
|
||||||
puma
|
puma
|
||||||
rspec-rails
|
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue