Skip to content

Commit b4527a3

Browse files
chore(deps): update dependency rubocop-rspec to v3
1 parent ce25149 commit b4527a3

File tree

2 files changed

+14
-21
lines changed

2 files changed

+14
-21
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ group :development do
1111
gem 'rake', '~>13.2.1'
1212
gem 'reek', '~> 6.3.0'
1313
gem 'rubocop', '~> 1.63.4'
14-
gem 'rubocop-rspec', '~> 2.29', '>= 2.29.1'
14+
gem 'rubocop-rspec', '~> 3.0', '>= 3.0.3'
1515
end
1616

1717
group :test do

Gemfile.lock

+13-20
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ GEM
146146
octokit (4.25.1)
147147
faraday (>= 1, < 3)
148148
sawyer (~> 0.9)
149-
parallel (1.24.0)
150-
parser (3.3.1.0)
149+
parallel (1.25.1)
150+
parser (3.3.4.0)
151151
ast (~> 2.4.1)
152152
racc
153153
protocol-hpack (1.4.2)
@@ -158,7 +158,7 @@ GEM
158158
protocol-hpack (~> 1.4)
159159
protocol-http (~> 0.18)
160160
public_suffix (5.0.5)
161-
racc (1.7.3)
161+
racc (1.8.0)
162162
rainbow (3.1.1)
163163
rake (13.2.1)
164164
rchardet (1.8.0)
@@ -167,13 +167,14 @@ GEM
167167
parser (~> 3.3.0)
168168
rainbow (>= 2.0, < 4.0)
169169
rexml (~> 3.1)
170-
regexp_parser (2.9.0)
170+
regexp_parser (2.9.2)
171171
rest-client (2.1.0)
172172
http-accept (>= 1.7.0, < 2.0)
173173
http-cookie (>= 1.0.2, < 2.0)
174174
mime-types (>= 1.16, < 4.0)
175175
netrc (~> 0.8)
176-
rexml (3.2.6)
176+
rexml (3.3.1)
177+
strscan
177178
rhcl (0.1.0)
178179
deep_merge
179180
rspec (3.13.0)
@@ -191,7 +192,7 @@ GEM
191192
rspec-rerun (1.1.0)
192193
rspec (~> 3.0)
193194
rspec-support (3.13.1)
194-
rubocop (1.63.4)
195+
rubocop (1.63.5)
195196
json (~> 2.3)
196197
language_server-protocol (>= 3.17.0)
197198
parallel (~> 1.10)
@@ -202,19 +203,10 @@ GEM
202203
rubocop-ast (>= 1.31.1, < 2.0)
203204
ruby-progressbar (~> 1.7)
204205
unicode-display_width (>= 2.4.0, < 3.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)
210-
rubocop (~> 1.41)
211-
rubocop-rspec (2.29.1)
212-
rubocop (~> 1.40)
213-
rubocop-capybara (~> 2.17)
214-
rubocop-factory_bot (~> 2.22)
215-
rubocop-rspec_rails (~> 2.28)
216-
rubocop-rspec_rails (2.28.3)
217-
rubocop (~> 1.40)
206+
rubocop-ast (1.31.3)
207+
parser (>= 3.3.1.0)
208+
rubocop-rspec (3.0.3)
209+
rubocop (~> 1.61)
218210
ruby-progressbar (1.13.0)
219211
ruby2_keywords (0.0.5)
220212
sawyer (0.9.2)
@@ -226,6 +218,7 @@ GEM
226218
simplecov_json_formatter (~> 0.1)
227219
simplecov-html (0.12.3)
228220
simplecov_json_formatter (0.1.4)
221+
strscan (3.1.0)
229222
sys-uname (1.2.2)
230223
ffi (~> 1.1)
231224
timers (4.3.5)
@@ -254,7 +247,7 @@ DEPENDENCIES
254247
rspec (~> 3.13.0)
255248
rspec-rerun
256249
rubocop (~> 1.63.4)
257-
rubocop-rspec (~> 2.29, >= 2.29.1)
250+
rubocop-rspec (~> 3.0, >= 3.0.3)
258251
simplecov (~> 0.22.0)
259252

260253
RUBY VERSION

0 commit comments

Comments
 (0)