confidante 0.28.0.pre.22 → 0.28.0.pre.23

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: 006dd2ba527bfd523df11ce64950aaa21cd365e7d1618898010f67938da40b6b
4
- data.tar.gz: 23e6688373ff415def391556c03dfdd030f427381b2b68eb8316eea4f38f5dae
3
+ metadata.gz: 88dbd430df7c99a0c556d8c7ba4bc5e309fee5fd3f265e9e5d07b7b62dd250a3
4
+ data.tar.gz: c5e0dd335437d2267deb5e98b46f9f0d599bc8e5aa5a91dfeeb1acb678a8fb4c
5
5
  SHA512:
6
- metadata.gz: 010bebc48214137353aef3ae19bea40b1460719480a933422a153f8b9dc8726691572fa7e40cb72e2b8abfdf44dc7996fc37d91fc23f9be73e62f1ef083917e1
7
- data.tar.gz: 34604626f6e6bdce9df4c8710d2cb1b0f0838281e1a2408b2938a1f285a6b097c0283512a01a82aa957f8606ec31c8cf4a61dee9a4f90948d1f3574e95046ceb
6
+ metadata.gz: 4a8d1f494912fd23fbd4c67562a652be902904dae20cf8a735ed4bbda2048b123438aaac31f66dad99bb0a92b451a236aa5a3028b9ab9e2f1e785d54492c7354
7
+ data.tar.gz: 551c1fa601e48b8b58cac0a92b54ecd88d5eda006a4cc6f40c0faec2759c9fd7877c5defb2777ef09741e2015cfb4d135c7c8443aa7a863a4fd3952c4034bc11
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.28.0.pre.22)
4
+ confidante (0.28.0.pre.23)
5
5
  activesupport (>= 4)
6
6
  hiera (~> 3.3)
7
7
  shikashi (~> 0.6)
@@ -15,11 +15,11 @@ GEM
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
17
17
  tzinfo (~> 2.0)
18
- addressable (2.8.0)
19
- public_suffix (>= 2.0.2, < 5.0)
18
+ addressable (2.8.1)
19
+ public_suffix (>= 2.0.2, < 6.0)
20
20
  ast (2.4.2)
21
21
  aws-eventstream (1.2.0)
22
- aws-sigv4 (1.5.1)
22
+ aws-sigv4 (1.5.2)
23
23
  aws-eventstream (~> 1, >= 1.0.2)
24
24
  colored2 (3.1.2)
25
25
  concurrent-ruby (1.1.10)
@@ -28,54 +28,34 @@ GEM
28
28
  evalhook (0.6.0)
29
29
  partialruby (~> 0.3)
30
30
  sexp_processor (~> 4.0)
31
- excon (0.92.1)
32
- faraday (1.10.0)
33
- faraday-em_http (~> 1.0)
34
- faraday-em_synchrony (~> 1.0)
35
- faraday-excon (~> 1.1)
36
- faraday-httpclient (~> 1.0)
37
- faraday-multipart (~> 1.0)
38
- faraday-net_http (~> 1.0)
39
- faraday-net_http_persistent (~> 1.0)
40
- faraday-patron (~> 1.0)
41
- faraday-rack (~> 1.0)
42
- faraday-retry (~> 1.0)
31
+ excon (0.95.0)
32
+ faraday (2.7.2)
33
+ faraday-net_http (>= 2.0, < 3.1)
43
34
  ruby2_keywords (>= 0.0.4)
44
- faraday-em_http (1.0.0)
45
- faraday-em_synchrony (1.0.0)
46
- faraday-excon (1.1.0)
47
- faraday-httpclient (1.0.1)
48
- faraday-multipart (1.0.3)
49
- multipart-post (>= 1.2, < 3)
50
- faraday-net_http (1.0.1)
51
- faraday-net_http_persistent (1.2.0)
52
- faraday-patron (1.0.0)
53
- faraday-rack (1.0.0)
54
- faraday-retry (1.0.3)
35
+ faraday-net_http (3.0.2)
55
36
  gem-release (2.2.2)
56
37
  getsource (0.2.2)
57
38
  hamster (3.0.0)
58
39
  concurrent-ruby (~> 1.0)
59
- hiera (3.10.0)
40
+ hiera (3.11.0)
60
41
  i18n (1.12.0)
61
42
  concurrent-ruby (~> 1.0)
62
- json (2.6.2)
43
+ json (2.6.3)
63
44
  lino (3.0.0)
64
45
  hamster (~> 3.0)
65
46
  open4 (~> 1.3)
66
47
  minitest (5.16.3)
67
- multipart-post (2.1.1)
68
- octokit (4.22.0)
69
- faraday (>= 0.9)
70
- sawyer (~> 0.8.0, >= 0.5.3)
48
+ octokit (4.25.1)
49
+ faraday (>= 1, < 3)
50
+ sawyer (~> 0.9)
71
51
  open4 (1.3.4)
72
52
  parallel (1.22.1)
73
- parser (3.1.2.1)
53
+ parser (3.1.3.0)
74
54
  ast (~> 2.4.1)
75
55
  partialruby (0.3.0)
76
56
  ruby2ruby (~> 2)
77
57
  ruby_parser (~> 3)
78
- public_suffix (4.0.6)
58
+ public_suffix (5.0.1)
79
59
  rainbow (3.1.1)
80
60
  rake (13.0.6)
81
61
  rake_circle_ci (0.9.0)
@@ -98,7 +78,7 @@ GEM
98
78
  colored2 (~> 3.1)
99
79
  rake_factory (~> 0.23)
100
80
  sshkey (~> 2.0)
101
- regexp_parser (2.6.0)
81
+ regexp_parser (2.6.1)
102
82
  rexml (3.2.5)
103
83
  rspec (3.12.0)
104
84
  rspec-core (~> 3.12.0)
@@ -106,14 +86,14 @@ GEM
106
86
  rspec-mocks (~> 3.12.0)
107
87
  rspec-core (3.12.0)
108
88
  rspec-support (~> 3.12.0)
109
- rspec-expectations (3.12.0)
89
+ rspec-expectations (3.12.1)
110
90
  diff-lcs (>= 1.2.0, < 2.0)
111
91
  rspec-support (~> 3.12.0)
112
- rspec-mocks (3.12.0)
92
+ rspec-mocks (3.12.1)
113
93
  diff-lcs (>= 1.2.0, < 2.0)
114
94
  rspec-support (~> 3.12.0)
115
95
  rspec-support (3.12.0)
116
- rubocop (1.37.1)
96
+ rubocop (1.41.1)
117
97
  json (~> 2.3)
118
98
  parallel (~> 1.10)
119
99
  parser (>= 3.1.2.1)
@@ -123,24 +103,24 @@ GEM
123
103
  rubocop-ast (>= 1.23.0, < 2.0)
124
104
  ruby-progressbar (~> 1.7)
125
105
  unicode-display_width (>= 1.4.0, < 3.0)
126
- rubocop-ast (1.23.0)
106
+ rubocop-ast (1.24.0)
127
107
  parser (>= 3.1.1.0)
128
108
  rubocop-rake (0.6.0)
129
109
  rubocop (~> 1.0)
130
- rubocop-rspec (2.14.2)
110
+ rubocop-rspec (2.16.0)
131
111
  rubocop (~> 1.33)
132
112
  ruby-progressbar (1.11.0)
133
113
  ruby2_keywords (0.0.5)
134
- ruby2ruby (2.4.4)
114
+ ruby2ruby (2.5.0)
135
115
  ruby_parser (~> 3.1)
136
116
  sexp_processor (~> 4.6)
137
117
  ruby_gpg2 (0.8.0)
138
118
  lino (>= 1.5)
139
- ruby_parser (3.19.1)
119
+ ruby_parser (3.19.2)
140
120
  sexp_processor (~> 4.16)
141
- sawyer (0.8.2)
121
+ sawyer (0.9.2)
142
122
  addressable (>= 2.3.5)
143
- faraday (> 0.8, < 2.0)
123
+ faraday (>= 0.17.3, < 3)
144
124
  sexp_processor (4.16.1)
145
125
  shikashi (0.6.0)
146
126
  evalhook (>= 0.6.0)
@@ -180,4 +160,4 @@ DEPENDENCIES
180
160
  simplecov
181
161
 
182
162
  BUNDLED WITH
183
- 2.3.24
163
+ 2.3.26
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.28.0.pre.22'
4
+ VERSION = '0.28.0.pre.23'
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.28.0.pre.22
4
+ version: 0.28.0.pre.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - InfraBlocks Maintainers
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-10-28 00:00:00.000000000 Z
11
+ date: 2022-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport