et_full_system 8.1.0.pre.rc6 → 8.1.0.pre.rc7

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: 51485c9b090438d87d7c1abaa1c93ce41ae6b8a6e453c96b1193a9e2ea103b05
4
- data.tar.gz: bfd8e3d8143a156f69d8ea8308cfb108d6f319c7e6e483058fc40e99f412d1e7
3
+ metadata.gz: 219e77691b374669484c06a04c429cff18c11a4e08c519d11d1763343874ac64
4
+ data.tar.gz: 65e575d21c1652c350b2010f0fa281df6322beefe0629af31aad0aa0b6cc0d0c
5
5
  SHA512:
6
- metadata.gz: c8c6fbde08c405a1d53942e156847d010553051197a0b25bb5112f4f4a889f6e3c15811fdac047b1a1fe1fdf686b9de7d4f785fb1a3d4f50fa5926039e6ba125
7
- data.tar.gz: d7c83112ac8603285f2771e9af48841d51bc5fcaee4519df15ac43d52f09cfb032379899610d34ef33efb1634044a041856520c1641ef9f1de88b96743677b49
6
+ metadata.gz: 497b4a47c207f0658efa467fa973a77c541693225b4f45de863196483a1c859b40017675782041ebb8a979ff4e6a801878be954193e2401b1568768c10331789
7
+ data.tar.gz: 822b887def8373a6c71af9f04c9273a35b51ed0039749c807ff190eaa6d467e78e8719336c0d40d207cc97ad4bc19b17710bd56f7573f13270ccc761ac74a372
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- et_full_system (8.1.0.pre.rc6)
4
+ et_full_system (8.1.0.pre.rc7)
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.7.2)
16
- activesupport (= 6.1.7.2)
17
- activesupport (6.1.7.2)
15
+ activemodel (6.1.7.4)
16
+ activesupport (= 6.1.7.4)
17
+ activesupport (6.1.7.4)
18
18
  concurrent-ruby (~> 1.0, >= 1.0.2)
19
19
  i18n (>= 1.6, < 2)
20
20
  minitest (>= 5.1)
@@ -60,10 +60,10 @@ GEM
60
60
  multi_xml (>= 0.5.2)
61
61
  i18n (1.14.1)
62
62
  concurrent-ruby (~> 1.0)
63
- iodine (0.7.54)
63
+ iodine (0.7.55)
64
64
  json-schema (2.8.1)
65
65
  addressable (>= 2.4)
66
- jwt (2.7.0)
66
+ jwt (2.7.1)
67
67
  mail (2.8.1)
68
68
  mini_mime (>= 0.1.1)
69
69
  net-imap
@@ -71,10 +71,10 @@ GEM
71
71
  net-smtp
72
72
  mini_mime (1.1.2)
73
73
  mini_portile2 (2.8.2)
74
- minitest (5.18.0)
74
+ minitest (5.18.1)
75
75
  multi_xml (0.6.0)
76
76
  multipart-post (2.3.0)
77
- net-imap (0.3.4)
77
+ net-imap (0.3.6)
78
78
  date
79
79
  net-protocol
80
80
  net-pop (0.1.2)
@@ -83,24 +83,24 @@ GEM
83
83
  timeout
84
84
  net-smtp (0.3.3)
85
85
  net-protocol
86
- nokogiri (1.15.2)
87
- mini_portile2 (~> 2.8.2)
86
+ nokogiri (1.13.10)
87
+ mini_portile2 (~> 2.8.0)
88
88
  racc (~> 1.4)
89
89
  pastel (0.8.0)
90
90
  tty-color (~> 0.5)
91
91
  public_suffix (5.0.1)
92
- racc (1.7.0)
93
- rack (3.0.4.1)
92
+ racc (1.7.1)
93
+ rack (3.0.8)
94
94
  rake (13.0.1)
95
- roda (3.66.0)
95
+ roda (3.69.0)
96
96
  rack
97
97
  roda-enhanced_logger (0.4.0)
98
98
  roda (>= 3.19.0)
99
99
  tty-logger (>= 0.3, < 1.0)
100
100
  rotp (6.2.2)
101
101
  thor (1.2.2)
102
- tilt (2.1.0)
103
- timeout (0.3.2)
102
+ tilt (2.2.0)
103
+ timeout (0.4.0)
104
104
  tty-color (0.6.0)
105
105
  tty-logger (0.6.0)
106
106
  pastel (~> 0.8)
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 sqlite sqlite-dev nodejs npm yarn shared-mime-info git build-base libc6-compat curl bash openjdk11-jre python2 sassc gnupg openssl libtool autoconf automake bison build-essential libreadline zlib1g libyaml libc6 libgdbm ncurses
11
+ RUN apk add --no-cache postgresql-dev libffi-dev tzdata gettext wget sudo sqlite sqlite-dev nodejs npm yarn shared-mime-info git build-base libc6-compat curl bash openjdk11-jre python2 sassc gnupg openssl libtool autoconf automake bison ncurses curl gcc gnupg gpg dirmngr procps musl-dev linux-headers zlib zlib-dev openssl openssl-dev libssl1.1
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
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "8.1.0-rc6"
2
+ VERSION = "8.1.0-rc7"
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: 8.1.0.pre.rc6
4
+ version: 8.1.0.pre.rc7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-30 00:00:00.000000000 Z
11
+ date: 2023-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -175,7 +175,7 @@ homepage: https://github.com/ministryofjustice/et-full-system
175
175
  licenses:
176
176
  - MIT
177
177
  metadata: {}
178
- post_install_message:
178
+ post_install_message:
179
179
  rdoc_options: []
180
180
  require_paths:
181
181
  - lib
@@ -190,8 +190,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
190
  - !ruby/object:Gem::Version
191
191
  version: 1.3.1
192
192
  requirements: []
193
- rubygems_version: 3.1.6
194
- signing_key:
193
+ rubygems_version: 3.0.3.1
194
+ signing_key:
195
195
  specification_version: 4
196
196
  summary: Runs the employment tribunals system - all services and background jobs
197
197
  test_files: []