et_full_system 6.0.0.pre.rc42 → 6.0.0.pre.rc46

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: c32257f50417a21d4bd290d286eddcea3a010d14eb63f803d7e4cf985e7178db
4
- data.tar.gz: 567a2636a7554587cbcc752a29ccfa08084a71171b0fbbc644c354ee7997e7ac
3
+ metadata.gz: 149cf23b6584c7eabf2d71a7329ea33f1ffbda6a416b4508c21b3c04749bb911
4
+ data.tar.gz: db5b64ce61844cbb84d58091e4b072b06344dde3fa4a69a0c165255d084bb6f3
5
5
  SHA512:
6
- metadata.gz: e534525ec4c79523557ee8f1679f45f290a123c4ec974b252d066ff0b5695ddf4c7def26d6c3122d1f5d25aa7422fe47e6c8d9a56727496f1cd5c3c11fef5487
7
- data.tar.gz: d9f4c9103127483a51656899c4f9fec78ea594bc49bd9ead364f97c49e9aae5a893d65b21f3237ab67fe71c1d09a1c76cb2d8455a1b00a475ae56ac068ffe7ba
6
+ metadata.gz: ea827a399ee0e3ba6eda954753c6590da39b57e13464b30a98bdab199cdd784be946143d0a46b036ada178dc94cd7dcac6fc2617178fa4a50fb5c57626d4bc0b
7
+ data.tar.gz: 9849f962c42dd42df8866cdebdd886b668af2f4d0c1efe5c63095a84a05a02b857dc4448884224f9bd4098ddb017c42fa7bf0a3e2a5c1f3dd6ed427d0b4d164b
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.rc42)
4
+ et_full_system (6.0.0.pre.rc46)
5
5
  aws-sdk-s3 (~> 1.9)
6
6
  azure-storage (~> 0.15.0.preview)
7
7
  dotenv (~> 2.7, >= 2.7.2)
@@ -13,18 +13,19 @@ 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)
26
27
  aws-partitions (1.547.0)
27
- aws-sdk-core (3.125.1)
28
+ aws-sdk-core (3.125.2)
28
29
  aws-eventstream (~> 1, >= 1.0.2)
29
30
  aws-partitions (~> 1, >= 1.525.0)
30
31
  aws-sigv4 (~> 1.1)
@@ -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)
@@ -76,7 +77,7 @@ GEM
76
77
  i18n (1.8.11)
77
78
  concurrent-ruby (~> 1.0)
78
79
  iodine (0.7.45)
79
- jmespath (1.4.0)
80
+ jmespath (1.5.0)
80
81
  json-schema (2.8.1)
81
82
  addressable (>= 2.4)
82
83
  jwt (2.3.0)
@@ -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
data/docker/Dockerfile CHANGED
@@ -8,7 +8,7 @@ ARG GEM_VERSION=>0
8
8
  ARG user_id=1000
9
9
  # Get latest rubygems
10
10
  RUN gem update --system
11
- RUN apk add --no-cache postgresql-dev libffi-dev tzdata gettext wget sudo libmcrypt-dev sqlite sqlite-dev nodejs npm yarn shared-mime-info git build-base curl bash openjdk11-jre python2 sassc
11
+ RUN apk add --no-cache postgresql-dev libffi-dev tzdata gettext wget sudo libmcrypt-dev sqlite sqlite-dev nodejs npm yarn shared-mime-info git build-base libc6-compat curl bash openjdk11-jre python2 sassc
12
12
  RUN addgroup app --gid 1000
13
13
  RUN adduser -SD -u 1000 --shell /bin/bash --home /home/app app app
14
14
  RUN chown -R app:app /usr/local/bundle
@@ -138,13 +138,15 @@ 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:
145
145
  - "${DB_PORT:-0}:5432"
146
146
  volumes:
147
147
  - db_data:/var/lib/postgresql/data
148
+ environment:
149
+ POSTGRES_HOST_AUTH_METHOD: trust
148
150
  redis:
149
151
  image: redis
150
152
  ports:
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "6.0.0.pre.rc42"
2
+ VERSION = "6.0.0.pre.rc46"
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.rc42
4
+ version: 6.0.0.pre.rc46
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