et_full_system 8.1.0.pre.rc7 → 8.1.0.pre.rc8

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: 219e77691b374669484c06a04c429cff18c11a4e08c519d11d1763343874ac64
4
- data.tar.gz: 65e575d21c1652c350b2010f0fa281df6322beefe0629af31aad0aa0b6cc0d0c
3
+ metadata.gz: 8eade0b6c1beee6d759b4a4335c59e2c086b71d996fdc9f5cc4a2edefc095194
4
+ data.tar.gz: 0b1c388262f7770f8d2903fa265f790faefa706f466b0dad7ae87e4464d57983
5
5
  SHA512:
6
- metadata.gz: 497b4a47c207f0658efa467fa973a77c541693225b4f45de863196483a1c859b40017675782041ebb8a979ff4e6a801878be954193e2401b1568768c10331789
7
- data.tar.gz: 822b887def8373a6c71af9f04c9273a35b51ed0039749c807ff190eaa6d467e78e8719336c0d40d207cc97ad4bc19b17710bd56f7573f13270ccc761ac74a372
6
+ metadata.gz: 3f85f783676e2871ce7d477ae1243aeb88440d530b6c7269315b6c5c86dca51726c0247e29f6a9ecfc22b76759b1053bf70237fc783e02424d00df424cd9f3a4
7
+ data.tar.gz: 9f394e407f5e61062a26205fb5397067c721266b2f8642a2b1af199cfae462b5f89fb87618e2974863e4e5ae18afc1b507b553a137e1594a48effd711fcdc290
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.rc7)
4
+ et_full_system (8.1.0.pre.rc8)
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.4)
16
- activesupport (= 6.1.7.4)
17
- activesupport (6.1.7.4)
15
+ activemodel (6.1.7.2)
16
+ activesupport (= 6.1.7.2)
17
+ activesupport (6.1.7.2)
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.55)
63
+ iodine (0.7.54)
64
64
  json-schema (2.8.1)
65
65
  addressable (>= 2.4)
66
- jwt (2.7.1)
66
+ jwt (2.7.0)
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.1)
74
+ minitest (5.18.0)
75
75
  multi_xml (0.6.0)
76
76
  multipart-post (2.3.0)
77
- net-imap (0.3.6)
77
+ net-imap (0.3.4)
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.13.10)
87
- mini_portile2 (~> 2.8.0)
86
+ nokogiri (1.15.2)
87
+ mini_portile2 (~> 2.8.2)
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.1)
93
- rack (3.0.8)
92
+ racc (1.7.0)
93
+ rack (3.0.4.1)
94
94
  rake (13.0.1)
95
- roda (3.69.0)
95
+ roda (3.66.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.2.0)
103
- timeout (0.4.0)
102
+ tilt (2.1.0)
103
+ timeout (0.3.2)
104
104
  tty-color (0.6.0)
105
105
  tty-logger (0.6.0)
106
106
  pastel (~> 0.8)
@@ -511,7 +511,6 @@ module EtFullSystem
511
511
  puts "------------------------------------------------ Installing rvm ---------------------------------------------------"
512
512
  cmds = ["gpg2 --keyserver keyserver.ubuntu.com --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB"]
513
513
  cmds << "bash --login -c \"cd #{PROJECT_PATH} && curl -sSL https://get.rvm.io | bash -s stable\""
514
- cmds << "rvm autolibs disable"
515
514
 
516
515
  cmds.each do |cmd|
517
516
  puts cmd
@@ -1,3 +1,3 @@
1
1
  module EtFullSystem
2
- VERSION = "8.1.0-rc7"
2
+ VERSION = "8.1.0-rc8"
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
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.rc7
4
+ version: 8.1.0.pre.rc8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gary Taylor
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2023-07-04 00:00:00.000000000 Z
@@ -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.0.3.1
194
- signing_key:
193
+ rubygems_version: 3.1.6
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: []