confidante 0.29.0.pre.6 → 0.29.0.pre.8

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: 2bda9820207067853479e88d9f965e461a02f2c334f55cb4a6b501b6f9f96fb0
4
- data.tar.gz: cd8b4826f1a6aba0e3d4bbc6f528645446f6236bf65f6f7a9bad40f003378002
3
+ metadata.gz: e474f7ff8aed74c0aa49c1c1092f6712392af88ddc32bdbaf0e40f82830a9da2
4
+ data.tar.gz: e2b8f07e0eb43acdf4cbece613f6f055b48374c3fa7e19118061b293eeafeeb8
5
5
  SHA512:
6
- metadata.gz: '019072c62fd4ebcd9f39be72b6286ef232de02dfd94696040b3c4da377d94b4d3879fc75c3cde42d09c0611f282e577ea02a183aa9b65ea7c0450e5cb8417ff2'
7
- data.tar.gz: f3c308f589f4475e587537ed914b806f7813c345a2eca0b15d2621d6f0681e6ac5bd764d7e52f60c07fb70ba0bf5ff909deeb8dd9f1a6e2be54d9662519b3223
6
+ metadata.gz: cf567793ff4b0d6b87faee56da6c2b56bb44cba5ee8c38f1ebcdfe43fd44620a27a6ca7191685d30a551ce2d280660e4d2492b8364bb4eb07ecf448b9557ae38
7
+ data.tar.gz: ba1a94c2eb332f659f9bdf3ce9ba4284ebfa662deba7b579ff1cc093315268e8b9328dec68e6a2d2089a168b08bc3099c827ec09270104e9d282e8d328cedadb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.29.0.pre.6)
4
+ confidante (0.29.0.pre.8)
5
5
  activesupport (>= 4)
6
6
  hiera (~> 3.3)
7
7
  shikashi (~> 0.6)
@@ -10,7 +10,7 @@ PATH
10
10
  GEM
11
11
  remote: https://rubygems.org/
12
12
  specs:
13
- activesupport (7.1.1)
13
+ activesupport (7.1.3.4)
14
14
  base64
15
15
  bigdecimal
16
16
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -20,21 +20,20 @@ GEM
20
20
  minitest (>= 5.1)
21
21
  mutex_m
22
22
  tzinfo (~> 2.0)
23
- addressable (2.8.5)
24
- public_suffix (>= 2.0.2, < 6.0)
23
+ addressable (2.8.7)
24
+ public_suffix (>= 2.0.2, < 7.0)
25
25
  ast (2.4.2)
26
- aws-eventstream (1.2.0)
27
- aws-sigv4 (1.6.1)
26
+ aws-eventstream (1.3.0)
27
+ aws-sigv4 (1.7.0)
28
28
  aws-eventstream (~> 1, >= 1.0.2)
29
- base64 (0.1.1)
30
- bigdecimal (3.1.4)
29
+ base64 (0.2.0)
30
+ bigdecimal (3.1.8)
31
31
  colored2 (3.1.2)
32
- concurrent-ruby (1.2.2)
32
+ concurrent-ruby (1.3.3)
33
33
  connection_pool (2.4.1)
34
- diff-lcs (1.5.0)
34
+ diff-lcs (1.5.1)
35
35
  docile (1.4.0)
36
- drb (2.1.1)
37
- ruby2_keywords
36
+ drb (2.2.1)
38
37
  evalhook (0.6.0)
39
38
  partialruby (~> 0.3)
40
39
  sexp_processor (~> 4.0)
@@ -46,35 +45,35 @@ GEM
46
45
  faraday-net_http (3.0.2)
47
46
  gem-release (2.2.2)
48
47
  getsource (0.2.2)
49
- git (1.18.0)
48
+ git (1.19.1)
50
49
  addressable (~> 2.8)
51
50
  rchardet (~> 1.8)
52
51
  hamster (3.0.0)
53
52
  concurrent-ruby (~> 1.0)
54
53
  hiera (3.12.0)
55
- i18n (1.14.1)
54
+ i18n (1.14.5)
56
55
  concurrent-ruby (~> 1.0)
57
56
  immutable-struct (2.4.1)
58
- json (2.6.3)
57
+ json (2.7.2)
59
58
  language_server-protocol (3.17.0.3)
60
59
  lino (3.1.0)
61
60
  hamster (~> 3.0)
62
61
  open4 (~> 1.3)
63
- minitest (5.20.0)
64
- mutex_m (0.1.2)
62
+ minitest (5.24.1)
63
+ mutex_m (0.2.0)
65
64
  octokit (8.0.0)
66
65
  faraday (>= 1, < 3)
67
66
  sawyer (~> 0.9)
68
67
  open4 (1.3.4)
69
- parallel (1.23.0)
70
- parser (3.2.2.4)
68
+ parallel (1.25.1)
69
+ parser (3.3.4.0)
71
70
  ast (~> 2.4.1)
72
71
  racc
73
72
  partialruby (0.3.0)
74
73
  ruby2ruby (~> 2)
75
74
  ruby_parser (~> 3)
76
- public_suffix (5.0.3)
77
- racc (1.7.3)
75
+ public_suffix (5.1.1)
76
+ racc (1.8.0)
78
77
  rainbow (3.1.1)
79
78
  rake (13.1.0)
80
79
  rake_circle_ci (0.11.0)
@@ -85,14 +84,14 @@ GEM
85
84
  rake_factory (0.32.0.pre.2)
86
85
  activesupport (>= 4)
87
86
  rake (~> 13.0)
88
- rake_git (0.1.0.pre.9)
87
+ rake_git (0.1.0.pre.10)
89
88
  colored2 (~> 3.1)
90
89
  git (~> 1.13, >= 1.13.2)
91
90
  rake_factory (= 0.32.0.pre.2)
92
- rake_git_crypt (0.1.0.pre.28)
91
+ rake_git_crypt (0.1.0.pre.29)
93
92
  colored2 (~> 3.1)
94
93
  rake_factory (= 0.32.0.pre.2)
95
- ruby_git_crypt (= 0.1.0.pre.2)
94
+ ruby_git_crypt (= 0.1.0.pre.4)
96
95
  ruby_gpg2 (~> 0.6)
97
96
  rake_github (0.13.0)
98
97
  colored2 (~> 3.1)
@@ -107,50 +106,45 @@ GEM
107
106
  rake_factory (~> 0.23)
108
107
  sshkey (~> 2.0)
109
108
  rchardet (1.8.0)
110
- regexp_parser (2.8.2)
111
- rexml (3.2.6)
112
- rspec (3.12.0)
113
- rspec-core (~> 3.12.0)
114
- rspec-expectations (~> 3.12.0)
115
- rspec-mocks (~> 3.12.0)
116
- rspec-core (3.12.2)
117
- rspec-support (~> 3.12.0)
118
- rspec-expectations (3.12.3)
109
+ regexp_parser (2.9.2)
110
+ rexml (3.3.2)
111
+ strscan
112
+ rspec (3.13.0)
113
+ rspec-core (~> 3.13.0)
114
+ rspec-expectations (~> 3.13.0)
115
+ rspec-mocks (~> 3.13.0)
116
+ rspec-core (3.13.0)
117
+ rspec-support (~> 3.13.0)
118
+ rspec-expectations (3.13.1)
119
119
  diff-lcs (>= 1.2.0, < 2.0)
120
- rspec-support (~> 3.12.0)
121
- rspec-mocks (3.12.6)
120
+ rspec-support (~> 3.13.0)
121
+ rspec-mocks (3.13.1)
122
122
  diff-lcs (>= 1.2.0, < 2.0)
123
- rspec-support (~> 3.12.0)
124
- rspec-support (3.12.1)
125
- rubocop (1.57.2)
123
+ rspec-support (~> 3.13.0)
124
+ rspec-support (3.13.1)
125
+ rubocop (1.65.0)
126
126
  json (~> 2.3)
127
127
  language_server-protocol (>= 3.17.0)
128
128
  parallel (~> 1.10)
129
- parser (>= 3.2.2.4)
129
+ parser (>= 3.3.0.2)
130
130
  rainbow (>= 2.2.2, < 4.0)
131
- regexp_parser (>= 1.8, < 3.0)
131
+ regexp_parser (>= 2.4, < 3.0)
132
132
  rexml (>= 3.2.5, < 4.0)
133
- rubocop-ast (>= 1.28.1, < 2.0)
133
+ rubocop-ast (>= 1.31.1, < 2.0)
134
134
  ruby-progressbar (~> 1.7)
135
135
  unicode-display_width (>= 2.4.0, < 3.0)
136
- rubocop-ast (1.30.0)
137
- parser (>= 3.2.1.0)
138
- rubocop-capybara (2.19.0)
139
- rubocop (~> 1.41)
140
- rubocop-factory_bot (2.24.0)
141
- rubocop (~> 1.33)
136
+ rubocop-ast (1.31.3)
137
+ parser (>= 3.3.1.0)
142
138
  rubocop-rake (0.6.0)
143
139
  rubocop (~> 1.0)
144
- rubocop-rspec (2.25.0)
145
- rubocop (~> 1.40)
146
- rubocop-capybara (~> 2.17)
147
- rubocop-factory_bot (~> 2.22)
140
+ rubocop-rspec (3.0.3)
141
+ rubocop (~> 1.61)
148
142
  ruby-progressbar (1.13.0)
149
143
  ruby2_keywords (0.0.5)
150
144
  ruby2ruby (2.5.0)
151
145
  ruby_parser (~> 3.1)
152
146
  sexp_processor (~> 4.6)
153
- ruby_git_crypt (0.1.0.pre.2)
147
+ ruby_git_crypt (0.1.0.pre.4)
154
148
  immutable-struct (~> 2.4)
155
149
  lino (~> 3.0)
156
150
  ruby_gpg2 (0.10.0)
@@ -171,10 +165,11 @@ GEM
171
165
  simplecov-html (0.12.3)
172
166
  simplecov_json_formatter (0.1.4)
173
167
  sshkey (2.0.0)
168
+ strscan (3.1.0)
174
169
  tzinfo (2.0.6)
175
170
  concurrent-ruby (~> 1.0)
176
171
  unicode-display_width (2.5.0)
177
- vault (0.18.1)
172
+ vault (0.18.2)
178
173
  aws-sigv4
179
174
 
180
175
  PLATFORMS
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.29.0.pre.6'
4
+ VERSION = '0.29.0.pre.8'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: confidante
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0.pre.6
4
+ version: 0.29.0.pre.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2024-07-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport