File tree 2 files changed +14
-21
lines changed
2 files changed +14
-21
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ group :development do
11
11
gem 'rake' , '~>13.2.1'
12
12
gem 'reek' , '~> 6.3.0'
13
13
gem 'rubocop' , '~> 1.63.4'
14
- gem 'rubocop-rspec' , '~> 2.29 ' , '>= 2.29.1 '
14
+ gem 'rubocop-rspec' , '~> 3.0 ' , '>= 3.0.3 '
15
15
end
16
16
17
17
group :test do
Original file line number Diff line number Diff line change 146
146
octokit (4.25.1 )
147
147
faraday (>= 1 , < 3 )
148
148
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 )
151
151
ast (~> 2.4.1 )
152
152
racc
153
153
protocol-hpack (1.4.2 )
158
158
protocol-hpack (~> 1.4 )
159
159
protocol-http (~> 0.18 )
160
160
public_suffix (5.0.5 )
161
- racc (1.7.3 )
161
+ racc (1.8.0 )
162
162
rainbow (3.1.1 )
163
163
rake (13.2.1 )
164
164
rchardet (1.8.0 )
@@ -167,13 +167,14 @@ GEM
167
167
parser (~> 3.3.0 )
168
168
rainbow (>= 2.0 , < 4.0 )
169
169
rexml (~> 3.1 )
170
- regexp_parser (2.9.0 )
170
+ regexp_parser (2.9.2 )
171
171
rest-client (2.1.0 )
172
172
http-accept (>= 1.7.0 , < 2.0 )
173
173
http-cookie (>= 1.0.2 , < 2.0 )
174
174
mime-types (>= 1.16 , < 4.0 )
175
175
netrc (~> 0.8 )
176
- rexml (3.2.6 )
176
+ rexml (3.3.1 )
177
+ strscan
177
178
rhcl (0.1.0 )
178
179
deep_merge
179
180
rspec (3.13.0 )
191
192
rspec-rerun (1.1.0 )
192
193
rspec (~> 3.0 )
193
194
rspec-support (3.13.1 )
194
- rubocop (1.63.4 )
195
+ rubocop (1.63.5 )
195
196
json (~> 2.3 )
196
197
language_server-protocol (>= 3.17.0 )
197
198
parallel (~> 1.10 )
@@ -202,19 +203,10 @@ GEM
202
203
rubocop-ast (>= 1.31.1 , < 2.0 )
203
204
ruby-progressbar (~> 1.7 )
204
205
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 )
218
210
ruby-progressbar (1.13.0 )
219
211
ruby2_keywords (0.0.5 )
220
212
sawyer (0.9.2 )
226
218
simplecov_json_formatter (~> 0.1 )
227
219
simplecov-html (0.12.3 )
228
220
simplecov_json_formatter (0.1.4 )
221
+ strscan (3.1.0 )
229
222
sys-uname (1.2.2 )
230
223
ffi (~> 1.1 )
231
224
timers (4.3.5 )
@@ -254,7 +247,7 @@ DEPENDENCIES
254
247
rspec (~> 3.13.0 )
255
248
rspec-rerun
256
249
rubocop (~> 1.63.4 )
257
- rubocop-rspec (~> 2.29 , >= 2.29.1 )
250
+ rubocop-rspec (~> 3.0 , >= 3.0.3 )
258
251
simplecov (~> 0.22.0 )
259
252
260
253
RUBY VERSION
You can’t perform that action at this time.
0 commit comments