confidante 0.29.0.pre.3 → 0.29.0.pre.5

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: 42fc036511254b009a06d75aaf7aba8415bad46a2e6efdd20f013aa064a0e25f
4
- data.tar.gz: c8a48f4289baeebe1f4caea552627751162d78ff8199e1ba86d7ff6a9d2a5eaf
3
+ metadata.gz: 42ba62e494e3d3ce7a0e9267218d191e6ba1708818413b85f1b463140a6be901
4
+ data.tar.gz: 34d0b1d6b8a7c16e787d5ff50186e550f22e4b57ffd1ffc0387cf37a0cc39120
5
5
  SHA512:
6
- metadata.gz: 81084bc77ec9682d87bf9a966fe4d2751eddc796f31522c61269555b702323a0dc17cbde894224a3864fec90055d8be6e7b28fc2dac7c16c69e3f3929fd02252
7
- data.tar.gz: 6cf7b4cdbed57679c2eeb81702865971b544f555e391776afb4e2504d0bd84d7b2906d54188c23fbad64a7931508e9578ecd84d1570fa18c022aacc00e5d2387
6
+ metadata.gz: 46faadc34bb8af68becf44600ca1f6ab775f1086086530cf5a07344d0d955eaf7aae9b247fd1a158770ee4607250726fb94a2baf36bc743d0dcf39f1c6ac9aea
7
+ data.tar.gz: 40590b7523575ef48a37b195e2458eddf5697f92c51433550d178141612080772cc8207e98702269dd8f0d3df8a55a2e7ef384dd878fb3bb7e9f6dac471b01dc
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.5)
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.5'
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.5
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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport