rspec-terraform 0.5.0.pre.7 → 0.5.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: 744da2fc4d3cbef8252733e07191de0825872e1ed09ccdb547fcc0a9d89c9869
4
- data.tar.gz: 92c1f1cb2c3ef936d397f1b719e67089b318ec9f3fdff6ad93fb6ab86c885a4c
3
+ metadata.gz: 96543f2c2dd61ddde2d0192325b4dd1f3ecd6d2d055296d8ff335b241a66b3c0
4
+ data.tar.gz: a164e262fe204aa06f69e476dba67920766ba9cfd7ab9cce9cd1f3e8ec21ce03
5
5
  SHA512:
6
- metadata.gz: 81022d3e77c5594838b0f828fd3e6139135081aae183029e474c455f42042f8a47bed94dfb4351351b2c63e8e36bfbd37a738851dafc20437a8044329c76a491
7
- data.tar.gz: a5ccb447bc7aedcb6940b22eb7f5906b29049f8487e6f688531dbf673ddcfe8209648f9c9b6d37d107f3cfcfafa5d4fbf237b1fe88286959573a09d102422149
6
+ metadata.gz: 62085d245849dbc75ccf64e05aa40ce42f315e5249a22cd1db1e5f8c049d18ddb058a326f20b341f19dad02ff5acd8a52a71803f20e87a8e53c607ca6a1ba438
7
+ data.tar.gz: 65c3b09fcd2bfc6d09205023da8f3e7b900dc2ff57e21d52b0309a90e48d0e0a8b1e0cdc820bd54d02fbfccf36194598755f93be972d420d9b8614f4403edce8
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rspec-terraform (0.5.0.pre.7)
4
+ rspec-terraform (0.5.0.pre.8)
5
5
  confidante (>= 0.27)
6
6
  rspec (>= 3.0)
7
7
  ruby-terraform (= 1.7.0)
@@ -9,7 +9,7 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (7.1.1)
12
+ activesupport (7.1.3.4)
13
13
  base64
14
14
  bigdecimal
15
15
  concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -19,27 +19,26 @@ GEM
19
19
  minitest (>= 5.1)
20
20
  mutex_m
21
21
  tzinfo (~> 2.0)
22
- addressable (2.8.5)
23
- public_suffix (>= 2.0.2, < 6.0)
22
+ addressable (2.8.7)
23
+ public_suffix (>= 2.0.2, < 7.0)
24
24
  ast (2.4.2)
25
25
  aws-eventstream (1.2.0)
26
26
  aws-sigv4 (1.6.1)
27
27
  aws-eventstream (~> 1, >= 1.0.2)
28
- base64 (0.1.1)
29
- bigdecimal (3.1.4)
28
+ base64 (0.2.0)
29
+ bigdecimal (3.1.8)
30
30
  coderay (1.1.3)
31
31
  colored2 (3.1.2)
32
- concurrent-ruby (1.2.2)
32
+ concurrent-ruby (1.3.3)
33
33
  confidante (0.28.0)
34
34
  activesupport (>= 4)
35
35
  hiera (~> 3.3)
36
36
  shikashi (~> 0.6)
37
37
  vault (~> 0.17)
38
38
  connection_pool (2.4.1)
39
- diff-lcs (1.5.0)
39
+ diff-lcs (1.5.1)
40
40
  docile (1.4.0)
41
- drb (2.1.1)
42
- ruby2_keywords
41
+ drb (2.2.1)
43
42
  evalhook (0.6.0)
44
43
  partialruby (~> 0.3)
45
44
  sexp_processor (~> 4.0)
@@ -55,7 +54,7 @@ GEM
55
54
  formatador (1.1.0)
56
55
  gem-release (2.2.2)
57
56
  getsource (0.2.2)
58
- git (1.18.0)
57
+ git (1.19.1)
59
58
  addressable (~> 2.8)
60
59
  rchardet (~> 1.8)
61
60
  guard (2.18.1)
@@ -78,10 +77,10 @@ GEM
78
77
  hamster (3.0.0)
79
78
  concurrent-ruby (~> 1.0)
80
79
  hiera (3.12.0)
81
- i18n (1.14.1)
80
+ i18n (1.14.5)
82
81
  concurrent-ruby (~> 1.0)
83
82
  immutable-struct (2.4.1)
84
- json (2.7.1)
83
+ json (2.7.2)
85
84
  language_server-protocol (3.17.0.3)
86
85
  lino (3.1.0)
87
86
  hamster (~> 3.0)
@@ -91,8 +90,8 @@ GEM
91
90
  rb-inotify (~> 0.9, >= 0.9.10)
92
91
  lumberjack (1.2.9)
93
92
  method_source (1.0.0)
94
- minitest (5.20.0)
95
- mutex_m (0.1.2)
93
+ minitest (5.24.1)
94
+ mutex_m (0.2.0)
96
95
  nenv (0.3.0)
97
96
  notiffany (0.1.3)
98
97
  nenv (~> 0.1)
@@ -101,8 +100,8 @@ GEM
101
100
  faraday (>= 1, < 3)
102
101
  sawyer (~> 0.9)
103
102
  open4 (1.3.4)
104
- parallel (1.23.0)
105
- parser (3.2.2.4)
103
+ parallel (1.25.1)
104
+ parser (3.3.4.0)
106
105
  ast (~> 2.4.1)
107
106
  racc
108
107
  partialruby (0.3.0)
@@ -111,8 +110,8 @@ GEM
111
110
  pry (0.14.2)
112
111
  coderay (~> 1.1)
113
112
  method_source (~> 1.0)
114
- public_suffix (5.0.3)
115
- racc (1.7.3)
113
+ public_suffix (5.1.1)
114
+ racc (1.8.0)
116
115
  rainbow (3.1.1)
117
116
  rake (13.1.0)
118
117
  rake_circle_ci (0.11.0)
@@ -148,44 +147,39 @@ GEM
148
147
  rb-inotify (0.10.1)
149
148
  ffi (~> 1.0)
150
149
  rchardet (1.8.0)
151
- regexp_parser (2.8.3)
152
- rexml (3.2.6)
153
- rspec (3.12.0)
154
- rspec-core (~> 3.12.0)
155
- rspec-expectations (~> 3.12.0)
156
- rspec-mocks (~> 3.12.0)
157
- rspec-core (3.12.2)
158
- rspec-support (~> 3.12.0)
159
- rspec-expectations (3.12.3)
150
+ regexp_parser (2.9.2)
151
+ rexml (3.3.2)
152
+ strscan
153
+ rspec (3.13.0)
154
+ rspec-core (~> 3.13.0)
155
+ rspec-expectations (~> 3.13.0)
156
+ rspec-mocks (~> 3.13.0)
157
+ rspec-core (3.13.0)
158
+ rspec-support (~> 3.13.0)
159
+ rspec-expectations (3.13.1)
160
160
  diff-lcs (>= 1.2.0, < 2.0)
161
- rspec-support (~> 3.12.0)
162
- rspec-mocks (3.12.6)
161
+ rspec-support (~> 3.13.0)
162
+ rspec-mocks (3.13.1)
163
163
  diff-lcs (>= 1.2.0, < 2.0)
164
- rspec-support (~> 3.12.0)
165
- rspec-support (3.12.1)
166
- rubocop (1.59.0)
164
+ rspec-support (~> 3.13.0)
165
+ rspec-support (3.13.1)
166
+ rubocop (1.65.0)
167
167
  json (~> 2.3)
168
168
  language_server-protocol (>= 3.17.0)
169
169
  parallel (~> 1.10)
170
- parser (>= 3.2.2.4)
170
+ parser (>= 3.3.0.2)
171
171
  rainbow (>= 2.2.2, < 4.0)
172
- regexp_parser (>= 1.8, < 3.0)
172
+ regexp_parser (>= 2.4, < 3.0)
173
173
  rexml (>= 3.2.5, < 4.0)
174
- rubocop-ast (>= 1.30.0, < 2.0)
174
+ rubocop-ast (>= 1.31.1, < 2.0)
175
175
  ruby-progressbar (~> 1.7)
176
176
  unicode-display_width (>= 2.4.0, < 3.0)
177
- rubocop-ast (1.30.0)
178
- parser (>= 3.2.1.0)
179
- rubocop-capybara (2.19.0)
180
- rubocop (~> 1.41)
181
- rubocop-factory_bot (2.24.0)
182
- rubocop (~> 1.33)
177
+ rubocop-ast (1.31.3)
178
+ parser (>= 3.3.1.0)
183
179
  rubocop-rake (0.6.0)
184
180
  rubocop (~> 1.0)
185
- rubocop-rspec (2.25.0)
186
- rubocop (~> 1.40)
187
- rubocop-capybara (~> 2.17)
188
- rubocop-factory_bot (~> 2.22)
181
+ rubocop-rspec (3.0.3)
182
+ rubocop (~> 1.61)
189
183
  ruby-progressbar (1.13.0)
190
184
  ruby-terraform (1.7.0)
191
185
  immutable-struct (~> 2.4)
@@ -216,6 +210,7 @@ GEM
216
210
  simplecov-html (0.12.3)
217
211
  simplecov_json_formatter (0.1.4)
218
212
  sshkey (2.0.0)
213
+ strscan (3.1.0)
219
214
  terminal-notifier-guard (1.7.0)
220
215
  thor (1.3.0)
221
216
  tzinfo (2.0.6)
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module Terraform
5
- VERSION = '0.5.0.pre.7'
5
+ VERSION = '0.5.0.pre.8'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-terraform
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0.pre.7
4
+ version: 0.5.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: 2024-07-19 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: confidante