et_full_system 6.0.0.pre.rc44 → 6.0.0.pre.rc45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79a6676b3a07a808508a21ea7f6272829128f7b89e962bd5d0427d36a0e9c349
4
- data.tar.gz: 0111e3ac9bc157769bde27963e34e144a41fdb05d6b3007547c4650d42c653d3
3
+ metadata.gz: 959b7dad817a01c81765fc9c39cffa03489aed4213db5ce6762548a76cb03971
4
+ data.tar.gz: 66e509ce2c2dc1ce73d453ad98fd1dc7f5a1a228b71a7cd5d24bdba6179811e9
5
5
  SHA512:
6
- metadata.gz: f33da6223c35b52d61d5686c33976c05285b56c0c2e55e3f895d284b365074c50bfb83d533363fb9522cea6551c5dd8b18144c9bf6e70a5d2f5eda2b40c503f5
7
- data.tar.gz: 9c04ee55b02c5662b2c83d9dabc455720cc185d97ebab04d3d2eafea9125f5e400a02d29d9d3fe88e076db08362e5fb141e392560e1c008c8b2c28633464c921
6
+ metadata.gz: 5251e2f8401eaedcddf65ca12bacb559b0fee91975ecb50d9f6ce6bc7ae86bbdee5e282ecc3b7c74fcd3cf5d1d5c8f6bec4dd8d5a6a9c470067f76bd89c02d40
7
+ data.tar.gz: 689e9f2200a983a18d38b15df2d56268fcabc5f9f4a7da06c93e19f16948c37f50a9cdf7236d40b9cafe7f36f90fea24141703c2aa5ef17ab783bf0e85011ca7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (6.0.0.pre.rc44)
4
+ et_full_system (6.0.0.pre.rc45)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -25,7 +25,7 @@ GEM
25
25
  public_suffix (>= 2.0.2, < 5.0)
26
26
  aws-eventstream (1.2.0)
27
27
  aws-partitions (1.547.0)
28
- aws-sdk-core (3.125.1)
28
+ aws-sdk-core (3.125.2)
29
29
  aws-eventstream (~> 1, >= 1.0.2)
30
30
  aws-partitions (~> 1, >= 1.525.0)
31
31
  aws-sigv4 (~> 1.1)
@@ -77,7 +77,7 @@ GEM
77
77
  i18n (1.8.11)
78
78
  concurrent-ruby (~> 1.0)
79
79
  iodine (0.7.45)
80
- jmespath (1.4.0)
80
+ jmespath (1.5.0)
81
81
  json-schema (2.8.1)
82
82
  addressable (>= 2.4)
83
83
  jwt (2.3.0)
@@ -138,7 +138,7 @@ services:
138
138
 
139
139
  #command: bash -lc "cd /home/app/full_system/systems/api && REDIS_DATABASE=2 bundle exec sidekiq"
140
140
  db:
141
- image: postgres:9.6.9
141
+ image: postgres:11-alpine
142
142
  networks:
143
143
  - et_full_system
144
144
  ports:
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "6.0.0.pre.rc44"
2
+ VERSION = "6.0.0.pre.rc45"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: et_full_system
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0.pre.rc44
4
+ version: 6.0.0.pre.rc45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor