confidante 0.29.0.pre.3 → 0.29.0.pre.4

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: 42fc036511254b009a06d75aaf7aba8415bad46a2e6efdd20f013aa064a0e25f
4
- data.tar.gz: c8a48f4289baeebe1f4caea552627751162d78ff8199e1ba86d7ff6a9d2a5eaf
3
+ metadata.gz: 448d7550c8a3828f041ebca22d0e10d8fd5ff375647105a38f8a4aacc1c14e49
4
+ data.tar.gz: 8a082de6222ed26107df8f9c5ac9e8d93b61a6320b2d143ff5cdd61fbcc899c4
5
5
  SHA512:
6
- metadata.gz: 81084bc77ec9682d87bf9a966fe4d2751eddc796f31522c61269555b702323a0dc17cbde894224a3864fec90055d8be6e7b28fc2dac7c16c69e3f3929fd02252
7
- data.tar.gz: 6cf7b4cdbed57679c2eeb81702865971b544f555e391776afb4e2504d0bd84d7b2906d54188c23fbad64a7931508e9578ecd84d1570fa18c022aacc00e5d2387
6
+ metadata.gz: 8db30cbb788a271addbc25f40cac2c57014532fed1787e15a31936668ca5af12ba85e41b934f8e8fb92bec97533c6fa70de3accaeabb735a2e879d849678fc80
7
+ data.tar.gz: aed53394d251bb5de68b20ba3a2b71525168b1ebec00ad06be49f5af83fc36a7faa5fc81e664cc3e092a140a7f6db91afe4fc0aa200a3716b76bed9dbf654ca3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confidante (0.29.0.pre.3)
4
+ confidante (0.29.0.pre.4)
5
5
  activesupport (>= 4)
6
6
  hiera (~> 3.3)
7
7
  shikashi (~> 0.6)
@@ -24,7 +24,7 @@ GEM
24
24
  public_suffix (>= 2.0.2, < 6.0)
25
25
  ast (2.4.2)
26
26
  aws-eventstream (1.2.0)
27
- aws-sigv4 (1.6.0)
27
+ aws-sigv4 (1.6.1)
28
28
  aws-eventstream (~> 1, >= 1.0.2)
29
29
  base64 (0.1.1)
30
30
  bigdecimal (3.1.4)
@@ -122,8 +122,7 @@ GEM
122
122
  diff-lcs (>= 1.2.0, < 2.0)
123
123
  rspec-support (~> 3.12.0)
124
124
  rspec-support (3.12.1)
125
- rubocop (1.57.1)
126
- base64 (~> 0.1.1)
125
+ rubocop (1.57.2)
127
126
  json (~> 2.3)
128
127
  language_server-protocol (>= 3.17.0)
129
128
  parallel (~> 1.10)
@@ -134,7 +133,7 @@ GEM
134
133
  rubocop-ast (>= 1.28.1, < 2.0)
135
134
  ruby-progressbar (~> 1.7)
136
135
  unicode-display_width (>= 2.4.0, < 3.0)
137
- rubocop-ast (1.29.0)
136
+ rubocop-ast (1.30.0)
138
137
  parser (>= 3.2.1.0)
139
138
  rubocop-capybara (2.19.0)
140
139
  rubocop (~> 1.41)
@@ -142,8 +141,8 @@ GEM
142
141
  rubocop (~> 1.33)
143
142
  rubocop-rake (0.6.0)
144
143
  rubocop (~> 1.0)
145
- rubocop-rspec (2.24.1)
146
- rubocop (~> 1.33)
144
+ rubocop-rspec (2.25.0)
145
+ rubocop (~> 1.40)
147
146
  rubocop-capybara (~> 2.17)
148
147
  rubocop-factory_bot (~> 2.22)
149
148
  ruby-progressbar (1.13.0)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Confidante
4
- VERSION = '0.29.0.pre.3'
4
+ VERSION = '0.29.0.pre.4'
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.3
4
+ version: 0.29.0.pre.4
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-10-24 00:00:00.000000000 Z
11
+ date: 2023-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport