et_full_system 6.0.0.pre.rc43 → 6.0.0.pre.rc44

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: c79b9b67e23452c6440e5d8a2fed4489e28f72e8523e993a4431c46adbe90d52
4
- data.tar.gz: 8cecf517a554e10f92b79d8eec188b29064ae4a19b9d0b0c6345b6d5f13449be
3
+ metadata.gz: 79a6676b3a07a808508a21ea7f6272829128f7b89e962bd5d0427d36a0e9c349
4
+ data.tar.gz: 0111e3ac9bc157769bde27963e34e144a41fdb05d6b3007547c4650d42c653d3
5
5
  SHA512:
6
- metadata.gz: '018848ef9103e65808271c827b0c23e7c5ab96b5077dfb87648d83810d792eeb0e301f6873908c616863a032ba79f0092342269b30ab70c8adc076fde8872e17'
7
- data.tar.gz: 72c588da1dfec0b73b45005d81a6d544e4296a5b4fe9c8d984e80e10b04356db5ed35f10c77bf0a74098da00191e5714978aa42cf6f6355fe166e26c63682b68
6
+ metadata.gz: f33da6223c35b52d61d5686c33976c05285b56c0c2e55e3f895d284b365074c50bfb83d533363fb9522cea6551c5dd8b18144c9bf6e70a5d2f5eda2b40c503f5
7
+ data.tar.gz: 9c04ee55b02c5662b2c83d9dabc455720cc185d97ebab04d3d2eafea9125f5e400a02d29d9d3fe88e076db08362e5fb141e392560e1c008c8b2c28633464c921
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.rc43)
4
+ et_full_system (6.0.0.pre.rc44)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -13,13 +13,14 @@ PATH
13
13
  GEM
14
14
  remote: https://rubygems.org/
15
15
  specs:
16
- activemodel (7.0.1)
17
- activesupport (= 7.0.1)
18
- activesupport (7.0.1)
16
+ activemodel (6.1.4.4)
17
+ activesupport (= 6.1.4.4)
18
+ activesupport (6.1.4.4)
19
19
  concurrent-ruby (~> 1.0, >= 1.0.2)
20
20
  i18n (>= 1.6, < 2)
21
21
  minitest (>= 5.1)
22
22
  tzinfo (~> 2.0)
23
+ zeitwerk (~> 2.3)
23
24
  addressable (2.8.0)
24
25
  public_suffix (>= 2.0.2, < 5.0)
25
26
  aws-eventstream (1.2.0)
@@ -49,8 +50,8 @@ GEM
49
50
  nokogiri (~> 1.6, >= 1.6.8)
50
51
  concurrent-ruby (1.1.9)
51
52
  dotenv (2.7.6)
52
- et_fake_ccd (1.1.10)
53
- activemodel (>= 5.2.3)
53
+ et_fake_ccd (1.1.11)
54
+ activemodel (~> 6.1)
54
55
  iodine (~> 0.7)
55
56
  json-schema (~> 2.5)
56
57
  roda (~> 3.21)
@@ -62,8 +63,8 @@ GEM
62
63
  multipart-post (>= 1.2, < 3)
63
64
  faraday_middleware (0.14.0)
64
65
  faraday (>= 0.7.4, < 1.0)
65
- gov_fake_notify (1.1.2)
66
- activemodel (>= 5.2.3)
66
+ gov_fake_notify (1.1.3)
67
+ activemodel (~> 6.1)
67
68
  iodine (~> 0.7)
68
69
  jwt (~> 2.2, >= 2.2.3)
69
70
  mail (~> 2.7, >= 2.7.1)
@@ -112,6 +113,7 @@ GEM
112
113
  pastel (~> 0.8)
113
114
  tzinfo (2.0.4)
114
115
  concurrent-ruby (~> 1.0)
116
+ zeitwerk (2.5.3)
115
117
 
116
118
  PLATFORMS
117
119
  ruby
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "6.0.0.pre.rc43"
2
+ VERSION = "6.0.0.pre.rc44"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
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.rc43
4
+ version: 6.0.0.pre.rc44
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor