et_full_system 4.0.3 → 4.0.5

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: 92b8cf67e1882f7d2d4cfa90a5c3777098579ab2707253ebd599a9049d58faee
4
- data.tar.gz: 8a2d72901918b3f92741431c0c1d0603a44b817b393f24c00bf2b173128d84c4
3
+ metadata.gz: d315b2b49a99f90137dcf783660d62b2c99cc61d58e56ff45b1a2f270b5ac53c
4
+ data.tar.gz: 6134448f6ee19f60779775573683e4008c8fab0fbeb2193194ea8ddf4f131897
5
5
  SHA512:
6
- metadata.gz: b92ca11dd4c89b48d4214082afb16912e66c4450f96691cab203541ee25ebabc9d8a9286be7036180c27c717f8bbcfe2c46d641d75168e7cfe25ebc8386f04ea
7
- data.tar.gz: 0fff3daacfed414852e9ff98dd006e3636384f2130030e9ee585726ee27c62f9a97d4755e732602e18143a5138a8ffaba5ff594d825469e08c3333eb4cece37e
6
+ metadata.gz: 4ecbae0d76756b5b3be2ab19f56c5c1285ece3720f09edd3dc2b356f5720284ba00c8cb0241a07e24403733d6e380fdfdd64c125a4a4582e86df9ad110aa767b
7
+ data.tar.gz: 966164e4291482cfc4bbbdb34c4dba7415854bf9484bbcce96e1a816bb4e8788f7f0c74bbe1a538096e20d21f4059908456b8f527a5e1d8977b26f09af489c90
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (4.0.3)
4
+ et_full_system (4.0.5)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -24,7 +24,7 @@ GEM
24
24
  addressable (2.8.0)
25
25
  public_suffix (>= 2.0.2, < 5.0)
26
26
  aws-eventstream (1.2.0)
27
- aws-partitions (1.510.0)
27
+ aws-partitions (1.509.0)
28
28
  aws-sdk-core (3.121.1)
29
29
  aws-eventstream (~> 1, >= 1.0.2)
30
30
  aws-partitions (~> 1, >= 1.239.0)
@@ -79,19 +79,17 @@ GEM
79
79
  jmespath (1.4.0)
80
80
  json-schema (2.8.1)
81
81
  addressable (>= 2.4)
82
- jwt (2.3.0)
82
+ jwt (2.2.3)
83
83
  mail (2.7.1)
84
84
  mini_mime (>= 0.1.1)
85
85
  mime-types (3.3.1)
86
86
  mime-types-data (~> 3.2015)
87
87
  mime-types-data (3.2021.0901)
88
88
  mini_mime (1.1.1)
89
- mini_portile2 (2.6.1)
90
89
  minitest (5.14.4)
91
90
  multi_xml (0.6.0)
92
91
  multipart-post (2.1.1)
93
- nokogiri (1.12.5)
94
- mini_portile2 (~> 2.6.1)
92
+ nokogiri (1.12.5-x86_64-linux)
95
93
  racc (~> 1.4)
96
94
  public_suffix (4.0.6)
97
95
  racc (1.5.2)
data/docker/Dockerfile CHANGED
@@ -5,9 +5,9 @@ ARG GEM_VERSION=>0
5
5
  ARG user_id=1000
6
6
  # Use baseimage-docker's init process.
7
7
  CMD ["/sbin/my_init"]
8
- RUN mv /etc/apt/sources.list.d{,.bak}
8
+ RUN mv /etc/apt/sources.list.d /etc/apt/sources.list.d.bak
9
9
  RUN apt update && apt install -y ca-certificates
10
- RUN mv /etc/apt/sources.list.d{.bak,}
10
+ RUN mv /etc/apt/sources.list.d.bak /etc/apt/sources.list.d
11
11
  RUN apt-get update
12
12
  # If you're using the 'customizable' variant, you need to explicitly opt-in
13
13
  # for features.
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "4.0.3"
2
+ VERSION = "4.0.5"
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: 4.0.3
4
+ version: 4.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor