update deps

This commit is contained in:
Pete Matsyburka
2024-04-15 17:53:55 +03:00
parent 7a29894926
commit 2d54b0db2f
8 changed files with 189 additions and 178 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Rails.application.configure do
config.cache_store = :null_store
# Raise exceptions instead of rendering exception templates.
config.action_dispatch.show_exceptions = false
config.action_dispatch.show_exceptions = :none
# Disable request forgery protection in test environment.
config.action_controller.allow_forgery_protection = false
+1 -1
View File
@@ -19,7 +19,7 @@ development:
compiler_strategy: mtime
dev_server:
https: false
server: 'http'
host: localhost
port: 3035
hmr: false