File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 139
139
et-orbi (1.2.11 )
140
140
tzinfo
141
141
execjs (2.10.0 )
142
- factory_bot (6.5.0 )
143
- activesupport (>= 5.0 .0 )
142
+ factory_bot (6.5.1 )
143
+ activesupport (>= 6.1 .0 )
144
144
feedbag (1.0.0 )
145
145
nokogiri (~> 1.8 , >= 1.8.2 )
146
146
feedjira (3.2.4 )
173
173
rdoc (>= 4.0.0 )
174
174
reline (>= 0.4.2 )
175
175
json (2.9.1 )
176
- language_server-protocol (3.17.0.3 )
176
+ language_server-protocol (3.17.0.4 )
177
177
logger (1.6.5 )
178
178
loofah (2.24.0 )
179
179
crass (~> 1.0.2 )
@@ -224,11 +224,11 @@ GEM
224
224
date
225
225
stringio
226
226
public_suffix (6.0.1 )
227
- puma (6.5 .0 )
227
+ puma (6.6 .0 )
228
228
nio4r (~> 2.0 )
229
229
raabro (1.4.0 )
230
230
racc (1.8.1 )
231
- rack (3.1.8 )
231
+ rack (3.1.9 )
232
232
rack-session (2.1.0 )
233
233
base64 (>= 0.1.0 )
234
234
rack (>= 3.0.0 )
@@ -299,17 +299,17 @@ GEM
299
299
rspec-mocks (~> 3.13 )
300
300
rspec-support (~> 3.13 )
301
301
rspec-support (3.13.2 )
302
- rubocop (1.71.0 )
302
+ rubocop (1.71.1 )
303
303
json (~> 2.3 )
304
304
language_server-protocol (>= 3.17.0 )
305
305
parallel (~> 1.10 )
306
306
parser (>= 3.3.0.2 )
307
307
rainbow (>= 2.2.2 , < 4.0 )
308
308
regexp_parser (>= 2.9.3 , < 3.0 )
309
- rubocop-ast (>= 1.36.2 , < 2.0 )
309
+ rubocop-ast (>= 1.38.0 , < 2.0 )
310
310
ruby-progressbar (~> 1.7 )
311
311
unicode-display_width (>= 2.4.0 , < 4.0 )
312
- rubocop-ast (1.37 .0 )
312
+ rubocop-ast (1.38 .0 )
313
313
parser (>= 3.3.1.0 )
314
314
rubocop-capybara (2.21.0 )
315
315
rubocop (~> 1.41 )
354
354
activesupport (>= 6.1 )
355
355
sprockets (>= 3.0.0 )
356
356
stringio (3.1.2 )
357
- stripe (13.3 .1 )
357
+ stripe (13.4 .1 )
358
358
sync (0.5.0 )
359
359
term-ansicolor (1.11.2 )
360
360
tins (~> 1.0 )
Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ def create_server(url: "feed01_valid_feed/feed.xml")
9
9
server
10
10
end
11
11
12
- def create_feed ( **options )
12
+ def create_feed ( **)
13
13
create (
14
14
:feed ,
15
15
name : "Example feed" ,
16
16
last_fetched : Time . zone . local ( 2014 , 1 , 1 ) ,
17
- **options
17
+ **
18
18
)
19
19
end
20
20
You can’t perform that action at this time.
0 commit comments