confidante 0.28.0.pre.21 → 0.28.0.pre.22

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: 766bcb16ec561c2cd3193065e1620faf09d165e54a10a6e052058d74e514675d
4
- data.tar.gz: 51722bd1ba324b8fbaa8c3ad4be6562e8f41e08123b492ee1f5012efe48e9001
3
+ metadata.gz: 006dd2ba527bfd523df11ce64950aaa21cd365e7d1618898010f67938da40b6b
4
+ data.tar.gz: 23e6688373ff415def391556c03dfdd030f427381b2b68eb8316eea4f38f5dae
5
5
  SHA512:
6
- metadata.gz: 622e2c3193b0b7e83b75d73db24f712245cd53f891c6d7176b2682423fe7bd958acd1524fd00379fc8bc5aed8fe6bb0ee93df471285e3ade68276d2eefb80d01
7
- data.tar.gz: abba50cf3cd6165eaaea93bdac92876d9e9c7e820b95e8a68d21a79b99a60e7fdb279b35c96edb11d15eb48cfab41823829dcab1faba1b0a15ac61836a2c848f
6
+ metadata.gz: 010bebc48214137353aef3ae19bea40b1460719480a933422a153f8b9dc8726691572fa7e40cb72e2b8abfdf44dc7996fc37d91fc23f9be73e62f1ef083917e1
7
+ data.tar.gz: 34604626f6e6bdce9df4c8710d2cb1b0f0838281e1a2408b2938a1f285a6b097c0283512a01a82aa957f8606ec31c8cf4a61dee9a4f90948d1f3574e95046ceb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.28.0.pre.21)
4
+ confidante (0.28.0.pre.22)
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.0.3.1)
13
+ activesupport (7.0.4)
14
14
  concurrent-ruby (~> 1.0, >= 1.0.2)
15
15
  i18n (>= 1.6, < 2)
16
16
  minitest (>= 5.1)
@@ -57,13 +57,13 @@ GEM
57
57
  hamster (3.0.0)
58
58
  concurrent-ruby (~> 1.0)
59
59
  hiera (3.10.0)
60
- i18n (1.11.0)
60
+ i18n (1.12.0)
61
61
  concurrent-ruby (~> 1.0)
62
62
  json (2.6.2)
63
63
  lino (3.0.0)
64
64
  hamster (~> 3.0)
65
65
  open4 (~> 1.3)
66
- minitest (5.16.2)
66
+ minitest (5.16.3)
67
67
  multipart-post (2.1.1)
68
68
  octokit (4.22.0)
69
69
  faraday (>= 0.9)
@@ -98,37 +98,37 @@ GEM
98
98
  colored2 (~> 3.1)
99
99
  rake_factory (~> 0.23)
100
100
  sshkey (~> 2.0)
101
- regexp_parser (2.5.0)
101
+ regexp_parser (2.6.0)
102
102
  rexml (3.2.5)
103
- rspec (3.11.0)
104
- rspec-core (~> 3.11.0)
105
- rspec-expectations (~> 3.11.0)
106
- rspec-mocks (~> 3.11.0)
107
- rspec-core (3.11.0)
108
- rspec-support (~> 3.11.0)
109
- rspec-expectations (3.11.0)
103
+ rspec (3.12.0)
104
+ rspec-core (~> 3.12.0)
105
+ rspec-expectations (~> 3.12.0)
106
+ rspec-mocks (~> 3.12.0)
107
+ rspec-core (3.12.0)
108
+ rspec-support (~> 3.12.0)
109
+ rspec-expectations (3.12.0)
110
110
  diff-lcs (>= 1.2.0, < 2.0)
111
- rspec-support (~> 3.11.0)
112
- rspec-mocks (3.11.0)
111
+ rspec-support (~> 3.12.0)
112
+ rspec-mocks (3.12.0)
113
113
  diff-lcs (>= 1.2.0, < 2.0)
114
- rspec-support (~> 3.11.0)
115
- rspec-support (3.11.0)
116
- rubocop (1.36.0)
114
+ rspec-support (~> 3.12.0)
115
+ rspec-support (3.12.0)
116
+ rubocop (1.37.1)
117
117
  json (~> 2.3)
118
118
  parallel (~> 1.10)
119
119
  parser (>= 3.1.2.1)
120
120
  rainbow (>= 2.2.2, < 4.0)
121
121
  regexp_parser (>= 1.8, < 3.0)
122
122
  rexml (>= 3.2.5, < 4.0)
123
- rubocop-ast (>= 1.20.1, < 2.0)
123
+ rubocop-ast (>= 1.23.0, < 2.0)
124
124
  ruby-progressbar (~> 1.7)
125
125
  unicode-display_width (>= 1.4.0, < 3.0)
126
- rubocop-ast (1.21.0)
126
+ rubocop-ast (1.23.0)
127
127
  parser (>= 3.1.1.0)
128
128
  rubocop-rake (0.6.0)
129
129
  rubocop (~> 1.0)
130
- rubocop-rspec (2.12.1)
131
- rubocop (~> 1.31)
130
+ rubocop-rspec (2.14.2)
131
+ rubocop (~> 1.33)
132
132
  ruby-progressbar (1.11.0)
133
133
  ruby2_keywords (0.0.5)
134
134
  ruby2ruby (2.4.4)
@@ -152,9 +152,9 @@ GEM
152
152
  simplecov-html (0.12.3)
153
153
  simplecov_json_formatter (0.1.4)
154
154
  sshkey (2.0.0)
155
- tzinfo (2.0.4)
155
+ tzinfo (2.0.5)
156
156
  concurrent-ruby (~> 1.0)
157
- unicode-display_width (2.2.0)
157
+ unicode-display_width (2.3.0)
158
158
  vault (0.17.0)
159
159
  aws-sigv4
160
160
 
@@ -180,4 +180,4 @@ DEPENDENCIES
180
180
  simplecov
181
181
 
182
182
  BUNDLED WITH
183
- 2.3.21
183
+ 2.3.24
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.28.0.pre.21'
4
+ VERSION = '0.28.0.pre.22'
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.21
4
+ version: 0.28.0.pre.22
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-09-07 00:00:00.000000000 Z
11
+ date: 2022-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport