thecore_backend_commons 3.1.7 → 3.1.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '09865aa1fa54b0b3c78cb4c03da0c027ab71b3b20b6cbbb1576dfbcd4f1c7c16'
|
4
|
+
data.tar.gz: 5262e7e1ad0c03cba5468b07e6ea2a584e4f7c24def98566addb9aebaf81959b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 244e5cd273bff2ca3fa69dff09ebb3aa67455960fa15105be82f13a68d2141729c760fdbb788ae21c773e1d4437782a8ed209b63255b589cb37914e737510592
|
7
|
+
data.tar.gz: 291db8cef6b1a82ee4cd432743cf4ae4de98fe27dc5664279dae25923a6b33c14cb4504b0e2cf6542d298c563402f4dfc2c1692f17e9009c75cf1245fcd5423b
|
@@ -1,3 +1,3 @@
|
|
1
1
|
Rails.application.config.active_storage.configure :Disk, root: Rails.root.join("storage")
|
2
2
|
Rails.application.config.action_mailer.delivery_method = :smtp
|
3
|
-
Rails.application.config.action_cable.allowed_request_origins = [
|
3
|
+
Rails.application.config.action_cable.allowed_request_origins = [/http:\/\/*/, /https:\/\/*/, /file:\/\/*/, 'file://', nil]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: thecore_backend_commons
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.1.
|
4
|
+
version: 3.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gabriele Tassoni
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thecore_auth_commons
|