neeto-commons-backend 1.0.89 → 1.0.91

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: 077e17cb2efb5f3c8b07181f421bfaeb3dafd397869dbcefee4ecd2a287f3826
4
- data.tar.gz: 2c1470a0386155ca9cd00725fcb40f74ac6e68f43658508bdf6a05202c37eea1
3
+ metadata.gz: 5d6d092de6b12f8fbb80a26993dfd786b952b6b73f350ab8ff4efa4d289b7fcb
4
+ data.tar.gz: 5846b41a8c9f5f2821aa9d50cbd22f5170830bccc40e16fc6408c730342e5bf2
5
5
  SHA512:
6
- metadata.gz: 47f37f3074aaaea24a74b3a81468e68fe7e0b470d5b016bc71e05b9958aa85dc06547debc9e6b73d5a3e84bad92a3cba32a602d5f2b9f8ad86aafc268cd37c0a
7
- data.tar.gz: 3b9b41db1d2df60cc57a9a948728e1e25a0f4f4b40665594ff2980627dd800ac80507ab11f53762864a8a1dfc6912d8664208c0be06c44c4c866a8eeed8ee33e
6
+ metadata.gz: '0482fd61a01cbb17d20d344b77294d5375aa0f25638ccb813e3e76e381fb130c0c8dc8c74ba14bcf88b769cc36271705cfdc691e14a14ccdc93d144753478c25'
7
+ data.tar.gz: 66bdbf4612273cef9b9605c47adf732acf10979f4469d08c52c4ffc403e94ee3a5290d44f43a60a12347cb0b1f3aa81c51d7db51e628598f97b7b9d9b5026bf6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- neeto-commons-backend (1.0.89)
4
+ neeto-commons-backend (1.0.91)
5
5
  actionview
6
6
  bullet
7
7
  database_cleaner
@@ -25,14 +25,14 @@ PATH
25
25
  GEM
26
26
  remote: https://O6Ts9-SVDaUZpHMRs2CpJp22RwbETDE@gems.neeto.com/
27
27
  specs:
28
- neeto-compliance (1.0.55)
28
+ neeto-compliance (1.0.59)
29
29
  colorize
30
30
  deep_merge
31
31
  hashdiff
32
32
  json (~> 2.6.2)
33
33
  neeto-email-prefixer (1.0.9)
34
34
  rails (>= 4.0)
35
- neeto-mail-interceptor (1.0.44)
35
+ neeto-mail-interceptor (1.0.46)
36
36
  activesupport (>= 7)
37
37
  aws-sdk-dynamodb (= 1.80)
38
38
  zerobounce (~> 0.2.2)
@@ -110,7 +110,7 @@ GEM
110
110
  ansi (1.5.0)
111
111
  ast (2.4.2)
112
112
  aws-eventstream (1.2.0)
113
- aws-partitions (1.767.0)
113
+ aws-partitions (1.768.0)
114
114
  aws-sdk-core (3.173.0)
115
115
  aws-eventstream (~> 1, >= 1.0.2)
116
116
  aws-partitions (~> 1, >= 1.651.0)
@@ -49,6 +49,8 @@ default: &default
49
49
  authentication: plain
50
50
  port: 587
51
51
  enable_starttls_auto: true
52
+ ssl: true
53
+ tls: true
52
54
 
53
55
  mail_interceptor:
54
56
  forward_emails_to: <%= ENV["FORWARD_EMAILS_TO"] %>
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module NeetoCommonsBackend
4
- VERSION = "1.0.89"
4
+ VERSION = "1.0.91"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: neeto-commons-backend
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.89
4
+ version: 1.0.91
5
5
  platform: ruby
6
6
  authors:
7
7
  - Prasanth Chaduvula
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-05-23 00:00:00.000000000 Z
11
+ date: 2023-05-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionview