Skip to content

Commit 316eceb

Browse files
renovate[bot]o-orand
authored andcommitted
chore(deps): update devtest tools
1 parent d8866e6 commit 316eceb

File tree

2 files changed

+85
-53
lines changed

2 files changed

+85
-53
lines changed

Gemfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ gem 'rhcl', '~> 0.1.0'
55

66
group :development do
77
gem 'docker_registry2', '~> 1.18.0' # https://rubygems.org/gems/docker_registry2
8-
gem 'git', '~>1.18.0' # https://rubygems.org/gems/git
8+
gem 'git', '~>1.19.1' # https://rubygems.org/gems/git
99
gem 'github_changelog_generator', '~> 1.16.4' # https://rubygems.org/gems/github_changelog_generator
10-
gem 'mdl', '~>0.12.0'
11-
gem 'rake', '~>13.0.6'
12-
gem 'reek', '~> 6.1.4'
13-
gem 'rubocop', '~> 1.55.1'
14-
gem 'rubocop-rspec', '~> 2.23'
10+
gem 'mdl', '~>0.13.0'
11+
gem 'rake', '~>13.2.1'
12+
gem 'reek', '~> 6.3.0'
13+
gem 'rubocop', '~> 1.63.4'
14+
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1'
1515
end
1616

1717
group :test do
1818
gem 'cucumber'
19-
gem 'rspec', '~> 3.12.0'
19+
gem 'rspec', '~> 3.13.0'
2020
gem 'rspec-rerun'
2121
gem 'simplecov', '~> 0.22.0'
2222
end

Gemfile.lock

Lines changed: 78 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GEM
66
i18n (>= 1.6, < 2)
77
minitest (>= 5.1)
88
tzinfo (~> 2.0)
9-
addressable (2.8.1)
9+
addressable (2.8.6)
1010
public_suffix (>= 2.0.2, < 6.0)
1111
ast (2.4.2)
1212
async (2.5.0)
@@ -28,10 +28,11 @@ GEM
2828
async
2929
async-pool (0.4.0)
3030
async (>= 1.25)
31+
bigdecimal (3.1.7)
3132
builder (3.2.4)
32-
chef-utils (18.1.29)
33+
chef-utils (18.4.12)
3334
concurrent-ruby
34-
concurrent-ruby (1.2.2)
35+
concurrent-ruby (1.2.3)
3536
console (1.16.2)
3637
fiber-local
3738
cucumber (8.0.0)
@@ -59,12 +60,39 @@ GEM
5960
cucumber-messages (18.0.0)
6061
cucumber-tag-expressions (4.1.0)
6162
deep_merge (1.2.2)
62-
diff-lcs (1.5.0)
63+
diff-lcs (1.5.1)
6364
docile (1.4.0)
6465
docker_registry2 (1.18.0)
6566
rest-client (>= 1.8.0)
6667
domain_name (0.5.20190701)
6768
unf (>= 0.0.5, < 1.0.0)
69+
dry-configurable (1.1.0)
70+
dry-core (~> 1.0, < 2)
71+
zeitwerk (~> 2.6)
72+
dry-core (1.0.1)
73+
concurrent-ruby (~> 1.0)
74+
zeitwerk (~> 2.6)
75+
dry-inflector (1.0.0)
76+
dry-initializer (3.1.1)
77+
dry-logic (1.5.0)
78+
concurrent-ruby (~> 1.0)
79+
dry-core (~> 1.0, < 2)
80+
zeitwerk (~> 2.6)
81+
dry-schema (1.13.3)
82+
concurrent-ruby (~> 1.0)
83+
dry-configurable (~> 1.0, >= 1.0.1)
84+
dry-core (~> 1.0, < 2)
85+
dry-initializer (~> 3.0)
86+
dry-logic (>= 1.4, < 2)
87+
dry-types (>= 1.7, < 2)
88+
zeitwerk (~> 2.6)
89+
dry-types (1.7.2)
90+
bigdecimal (~> 3.0)
91+
concurrent-ruby (~> 1.0)
92+
dry-core (~> 1.0)
93+
dry-inflector (~> 1.0)
94+
dry-logic (~> 1.4)
95+
zeitwerk (~> 2.6)
6896
faraday (2.7.4)
6997
faraday-net_http (>= 2.0, < 3.1)
7098
ruby2_keywords (>= 0.0.4)
@@ -73,7 +101,7 @@ GEM
73101
faraday-net_http (3.0.2)
74102
ffi (1.15.5)
75103
fiber-local (1.0.0)
76-
git (1.18.0)
104+
git (1.19.1)
77105
addressable (~> 2.8)
78106
rchardet (~> 1.8)
79107
github_changelog_generator (1.16.4)
@@ -91,14 +119,13 @@ GEM
91119
i18n (1.12.0)
92120
concurrent-ruby (~> 1.0)
93121
io-event (1.1.7)
94-
json (2.6.3)
122+
json (2.7.2)
95123
kramdown (2.4.0)
96124
rexml
97125
kramdown-parser-gfm (1.1.0)
98126
kramdown (~> 2.0)
99-
kwalify (0.7.2)
100127
language_server-protocol (3.17.0.3)
101-
mdl (0.12.0)
128+
mdl (0.13.0)
102129
kramdown (~> 2.3)
103130
kramdown-parser-gfm (~> 1.1)
104131
mixlib-cli (~> 2.1, >= 2.1.1)
@@ -119,8 +146,8 @@ GEM
119146
octokit (4.25.1)
120147
faraday (>= 1, < 3)
121148
sawyer (~> 0.9)
122-
parallel (1.23.0)
123-
parser (3.2.2.3)
149+
parallel (1.24.0)
150+
parser (3.3.1.0)
124151
ast (~> 2.4.1)
125152
racc
126153
protocol-hpack (1.4.2)
@@ -130,16 +157,17 @@ GEM
130157
protocol-http2 (0.15.1)
131158
protocol-hpack (~> 1.4)
132159
protocol-http (~> 0.18)
133-
public_suffix (5.0.1)
134-
racc (1.7.1)
160+
public_suffix (5.0.5)
161+
racc (1.7.3)
135162
rainbow (3.1.1)
136-
rake (13.0.6)
163+
rake (13.2.1)
137164
rchardet (1.8.0)
138-
reek (6.1.4)
139-
kwalify (~> 0.7.0)
140-
parser (~> 3.2.0)
165+
reek (6.3.0)
166+
dry-schema (~> 1.13.0)
167+
parser (~> 3.3.0)
141168
rainbow (>= 2.0, < 4.0)
142-
regexp_parser (2.8.1)
169+
rexml (~> 3.1)
170+
regexp_parser (2.9.0)
143171
rest-client (2.1.0)
144172
http-accept (>= 1.7.0, < 2.0)
145173
http-cookie (>= 1.0.2, < 2.0)
@@ -148,42 +176,45 @@ GEM
148176
rexml (3.2.6)
149177
rhcl (0.1.0)
150178
deep_merge
151-
rspec (3.12.0)
152-
rspec-core (~> 3.12.0)
153-
rspec-expectations (~> 3.12.0)
154-
rspec-mocks (~> 3.12.0)
155-
rspec-core (3.12.2)
156-
rspec-support (~> 3.12.0)
157-
rspec-expectations (3.12.3)
179+
rspec (3.13.0)
180+
rspec-core (~> 3.13.0)
181+
rspec-expectations (~> 3.13.0)
182+
rspec-mocks (~> 3.13.0)
183+
rspec-core (3.13.0)
184+
rspec-support (~> 3.13.0)
185+
rspec-expectations (3.13.0)
158186
diff-lcs (>= 1.2.0, < 2.0)
159-
rspec-support (~> 3.12.0)
160-
rspec-mocks (3.12.5)
187+
rspec-support (~> 3.13.0)
188+
rspec-mocks (3.13.0)
161189
diff-lcs (>= 1.2.0, < 2.0)
162-
rspec-support (~> 3.12.0)
190+
rspec-support (~> 3.13.0)
163191
rspec-rerun (1.1.0)
164192
rspec (~> 3.0)
165-
rspec-support (3.12.0)
166-
rubocop (1.55.1)
193+
rspec-support (3.13.1)
194+
rubocop (1.63.4)
167195
json (~> 2.3)
168196
language_server-protocol (>= 3.17.0)
169197
parallel (~> 1.10)
170-
parser (>= 3.2.2.3)
198+
parser (>= 3.3.0.2)
171199
rainbow (>= 2.2.2, < 4.0)
172200
regexp_parser (>= 1.8, < 3.0)
173201
rexml (>= 3.2.5, < 4.0)
174-
rubocop-ast (>= 1.28.1, < 2.0)
202+
rubocop-ast (>= 1.31.1, < 2.0)
175203
ruby-progressbar (~> 1.7)
176204
unicode-display_width (>= 2.4.0, < 3.0)
177-
rubocop-ast (1.29.0)
178-
parser (>= 3.2.1.0)
179-
rubocop-capybara (2.18.0)
205+
rubocop-ast (1.31.2)
206+
parser (>= 3.3.0.4)
207+
rubocop-capybara (2.20.0)
208+
rubocop (~> 1.41)
209+
rubocop-factory_bot (2.25.1)
180210
rubocop (~> 1.41)
181-
rubocop-factory_bot (2.23.1)
182-
rubocop (~> 1.33)
183-
rubocop-rspec (2.23.1)
184-
rubocop (~> 1.33)
211+
rubocop-rspec (2.29.1)
212+
rubocop (~> 1.40)
185213
rubocop-capybara (~> 2.17)
186214
rubocop-factory_bot (~> 2.22)
215+
rubocop-rspec_rails (~> 2.28)
216+
rubocop-rspec_rails (2.28.3)
217+
rubocop (~> 1.40)
187218
ruby-progressbar (1.13.0)
188219
ruby2_keywords (0.0.5)
189220
sawyer (0.9.2)
@@ -205,24 +236,25 @@ GEM
205236
unf (0.1.4)
206237
unf_ext
207238
unf_ext (0.0.8.2)
208-
unicode-display_width (2.4.2)
239+
unicode-display_width (2.5.0)
240+
zeitwerk (2.6.13)
209241

210242
PLATFORMS
211243
ruby
212244

213245
DEPENDENCIES
214246
cucumber
215247
docker_registry2 (~> 1.18.0)
216-
git (~> 1.18.0)
248+
git (~> 1.19.1)
217249
github_changelog_generator (~> 1.16.4)
218-
mdl (~> 0.12.0)
219-
rake (~> 13.0.6)
220-
reek (~> 6.1.4)
250+
mdl (~> 0.13.0)
251+
rake (~> 13.2.1)
252+
reek (~> 6.3.0)
221253
rhcl (~> 0.1.0)
222-
rspec (~> 3.12.0)
254+
rspec (~> 3.13.0)
223255
rspec-rerun
224-
rubocop (~> 1.55.1)
225-
rubocop-rspec (~> 2.23)
256+
rubocop (~> 1.63.4)
257+
rubocop-rspec (~> 2.29, >= 2.29.1)
226258
simplecov (~> 0.22.0)
227259

228260
RUBY VERSION

0 commit comments

Comments
 (0)