Update dependencies and add sprockets-rails
This commit is contained in:
@@ -13,6 +13,7 @@ gem 'rack-cors', require: 'rack/cors'
|
|||||||
# gem 'sqlite3'
|
# gem 'sqlite3'
|
||||||
gem 'exception_notification'
|
gem 'exception_notification'
|
||||||
gem 'slim-rails'
|
gem 'slim-rails'
|
||||||
|
gem 'sprockets-rails'
|
||||||
|
|
||||||
# Gems used only for assets and not required
|
# Gems used only for assets and not required
|
||||||
#gem 'jsonapi-serializers', path: '/home/benjamin/development/rails/components/jsonapi-serializers'
|
#gem 'jsonapi-serializers', path: '/home/benjamin/development/rails/components/jsonapi-serializers'
|
||||||
|
|||||||
+8
-9
@@ -13,7 +13,6 @@ GIT
|
|||||||
paperclip
|
paperclip
|
||||||
pickadate-rails
|
pickadate-rails
|
||||||
slim-rails
|
slim-rails
|
||||||
tinymce-rails
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/bterkuile/devise_simply_stored.git
|
remote: https://github.com/bterkuile/devise_simply_stored.git
|
||||||
@@ -209,7 +208,7 @@ GEM
|
|||||||
warden (~> 1.2.3)
|
warden (~> 1.2.3)
|
||||||
devise-i18n (1.12.1)
|
devise-i18n (1.12.1)
|
||||||
devise (>= 4.9.0)
|
devise (>= 4.9.0)
|
||||||
diff-lcs (1.5.1)
|
diff-lcs (1.6.0)
|
||||||
docile (1.4.1)
|
docile (1.4.1)
|
||||||
drb (2.2.1)
|
drb (2.2.1)
|
||||||
ed25519 (1.3.0)
|
ed25519 (1.3.0)
|
||||||
@@ -287,7 +286,7 @@ GEM
|
|||||||
js-routes (2.3.4)
|
js-routes (2.3.4)
|
||||||
railties (>= 5)
|
railties (>= 5)
|
||||||
sorbet-runtime
|
sorbet-runtime
|
||||||
json (2.10.0)
|
json (2.10.1)
|
||||||
jwt (2.10.1)
|
jwt (2.10.1)
|
||||||
base64
|
base64
|
||||||
kaminari (1.2.2)
|
kaminari (1.2.2)
|
||||||
@@ -308,7 +307,7 @@ GEM
|
|||||||
logger (~> 1.6)
|
logger (~> 1.6)
|
||||||
letter_opener (1.10.0)
|
letter_opener (1.10.0)
|
||||||
launchy (>= 2.2, < 4)
|
launchy (>= 2.2, < 4)
|
||||||
logger (1.6.5)
|
logger (1.6.6)
|
||||||
loofah (2.24.0)
|
loofah (2.24.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.12.0)
|
||||||
@@ -412,7 +411,7 @@ GEM
|
|||||||
puma (6.6.0)
|
puma (6.6.0)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.8.1)
|
racc (1.8.1)
|
||||||
rack (2.2.10)
|
rack (2.2.11)
|
||||||
rack-cors (2.0.2)
|
rack-cors (2.0.2)
|
||||||
rack (>= 2.0.0)
|
rack (>= 2.0.0)
|
||||||
rack-session (1.0.2)
|
rack-session (1.0.2)
|
||||||
@@ -520,7 +519,7 @@ GEM
|
|||||||
snaky_hash (2.0.1)
|
snaky_hash (2.0.1)
|
||||||
hashie
|
hashie
|
||||||
version_gem (~> 1.1, >= 1.1.1)
|
version_gem (~> 1.1, >= 1.1.1)
|
||||||
sorbet-runtime (0.5.11813)
|
sorbet-runtime (0.5.11826)
|
||||||
sprockets (4.2.1)
|
sprockets (4.2.1)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (>= 2.2.4, < 4)
|
rack (>= 2.2.4, < 4)
|
||||||
@@ -528,8 +527,9 @@ GEM
|
|||||||
actionpack (>= 6.1)
|
actionpack (>= 6.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sshkit (1.23.2)
|
sshkit (1.24.0)
|
||||||
base64
|
base64
|
||||||
|
logger
|
||||||
net-scp (>= 1.1.2)
|
net-scp (>= 1.1.2)
|
||||||
net-sftp (>= 2.1.2)
|
net-sftp (>= 2.1.2)
|
||||||
net-ssh (>= 2.8.0)
|
net-ssh (>= 2.8.0)
|
||||||
@@ -546,8 +546,6 @@ GEM
|
|||||||
tilt (2.6.0)
|
tilt (2.6.0)
|
||||||
timecop (0.9.10)
|
timecop (0.9.10)
|
||||||
timeout (0.4.3)
|
timeout (0.4.3)
|
||||||
tinymce-rails (7.6.1)
|
|
||||||
railties (>= 3.1.1)
|
|
||||||
turnip (4.4.1)
|
turnip (4.4.1)
|
||||||
cuke_modeler (~> 3.15)
|
cuke_modeler (~> 3.15)
|
||||||
rspec (>= 3.0, < 4.0)
|
rspec (>= 3.0, < 4.0)
|
||||||
@@ -635,6 +633,7 @@ DEPENDENCIES
|
|||||||
simplecov
|
simplecov
|
||||||
simply_stored!
|
simply_stored!
|
||||||
slim-rails
|
slim-rails
|
||||||
|
sprockets-rails
|
||||||
sucker_punch
|
sucker_punch
|
||||||
test_squad
|
test_squad
|
||||||
timecop
|
timecop
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ Qwaiter::Application.configure do
|
|||||||
|
|
||||||
# Compress JavaScripts and CSS
|
# Compress JavaScripts and CSS
|
||||||
# config.assets.compress = true #DEPRICATED
|
# config.assets.compress = true #DEPRICATED
|
||||||
config.assets.js_compressor = :uglifier
|
# config.assets.js_compressor = :uglifier
|
||||||
config.assets.css_compressor = :sass
|
# config.assets.css_compressor = :sass
|
||||||
|
|
||||||
|
|
||||||
# Generate digests for assets URLs
|
# Generate digests for assets URLs
|
||||||
|
|||||||
Reference in New Issue
Block a user