et_full_system 6.1.0 → 6.1.1

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: 16a7fc2c902efd97b2fe7c22d598142de01bd4f7077b63e414e9f14eab8cdf7f
4
- data.tar.gz: 5a3cf72af010fa2697a8706e142bc524568c599ed156e93ea8a98ab9f073f2b3
3
+ metadata.gz: c93a68fc689779df8f756a945ff4d162b67ba864558ae42929da784e24f522a9
4
+ data.tar.gz: 717cd72b2b4274cf49b2b1676952572a5b80c3c9a775d08f33da627852026d5e
5
5
  SHA512:
6
- metadata.gz: 54f89c57cd65c020f6639ed387c403e5a1ebc47ff770d7a9ffd204a672f2bb83ddc0a464a96961b0e1464ae758bcebb8850135b49f0b4e0f5daf3c8937532baf
7
- data.tar.gz: 787aa8734fdf04be3607b1c7e637ce587720f08cc38ee1490433c6a8ef10546c489fa21f45c73e5b91c6c40afb6769d11ec38875f44ac0c84c29ec604281425e
6
+ metadata.gz: 20ddb78378beade4005aeafb5f86f1bd75f30da1e8ec114898741bd368ce2caf0c48fbbf40126024120bd662ff570716390f0fae695321d77482477b487470c3
7
+ data.tar.gz: 05e7fb00deb1f7523cbefb347ebaa6db591d426612b2ab81f6e68d97d4bf92d9efedbbf718c9ba93413ae0afe7841543deb8e9fc642793533c1ad61142826ec5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (6.1.0)
4
+ et_full_system (6.1.1)
5
5
  azure-storage (~> 0.15.0.preview)
6
6
  dotenv (~> 2.7, >= 2.7.2)
7
7
  et_fake_ccd (~> 1.0)
@@ -12,9 +12,9 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activemodel (6.1.6)
16
- activesupport (= 6.1.6)
17
- activesupport (6.1.6)
15
+ activemodel (6.1.6.1)
16
+ activesupport (= 6.1.6.1)
17
+ activesupport (6.1.6.1)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 1.6, < 2)
20
20
  minitest (>= 5.1)
@@ -57,9 +57,9 @@ GEM
57
57
  httparty (0.20.0)
58
58
  mime-types (~> 3.0)
59
59
  multi_xml (>= 0.5.2)
60
- i18n (1.10.0)
60
+ i18n (1.12.0)
61
61
  concurrent-ruby (~> 1.0)
62
- iodine (0.7.47)
62
+ iodine (0.7.48)
63
63
  json-schema (2.8.1)
64
64
  addressable (>= 2.4)
65
65
  jwt (2.4.1)
@@ -70,19 +70,19 @@ GEM
70
70
  mime-types-data (3.2022.0105)
71
71
  mini_mime (1.1.2)
72
72
  mini_portile2 (2.8.0)
73
- minitest (5.15.0)
73
+ minitest (5.16.2)
74
74
  multi_xml (0.6.0)
75
75
  multipart-post (2.2.3)
76
- nokogiri (1.13.6)
76
+ nokogiri (1.13.7)
77
77
  mini_portile2 (~> 2.8.0)
78
78
  racc (~> 1.4)
79
79
  pastel (0.8.0)
80
80
  tty-color (~> 0.5)
81
81
  public_suffix (4.0.7)
82
82
  racc (1.6.0)
83
- rack (2.2.3.1)
83
+ rack (2.2.4)
84
84
  rake (13.0.1)
85
- roda (3.56.0)
85
+ roda (3.58.0)
86
86
  rack
87
87
  roda-enhanced_logger (0.4.0)
88
88
  roda (>= 3.19.0)
@@ -93,7 +93,7 @@ GEM
93
93
  tty-color (0.6.0)
94
94
  tty-logger (0.6.0)
95
95
  pastel (~> 0.8)
96
- tzinfo (2.0.4)
96
+ tzinfo (2.0.5)
97
97
  concurrent-ruby (~> 1.0)
98
98
  zeitwerk (2.6.0)
99
99
 
data/foreman/et_api.env CHANGED
@@ -5,4 +5,5 @@ DB_NAME='et_api_production'
5
5
  RAVEN_DSN='https://929365547a42468fb521248a96100646:139af8327fa340b88088efeae059fca8@sentry.io/1254109'
6
6
  ACAS_SERVICE_URL='http://acas.et.127.0.0.1.nip.io:3100/Lookup/ECService.svc'
7
7
  ACAS_JSON_SERVICE_URL='http://acas.et.127.0.0.1.nip.io:3100/ECCLJson'
8
+ ACAS_SERVICE_API_VERSION=2
8
9
  DISABLE_SIDEKIQ_ALIVE=true
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "6.1.0"
2
+ VERSION = "6.1.1"
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.1.0
4
+ version: 6.1.1
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-06-14 00:00:00.000000000 Z
11
+ date: 2022-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor