Skip to content

Commit 7074c16

Browse files
authored
Update all Bundler dependencies (2025-02-03) (#1277)
1 parent e825a9f commit 7074c16

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Gemfile.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ GEM
139139
et-orbi (1.2.11)
140140
tzinfo
141141
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)
144144
feedbag (1.0.0)
145145
nokogiri (~> 1.8, >= 1.8.2)
146146
feedjira (3.2.4)
@@ -173,7 +173,7 @@ GEM
173173
rdoc (>= 4.0.0)
174174
reline (>= 0.4.2)
175175
json (2.9.1)
176-
language_server-protocol (3.17.0.3)
176+
language_server-protocol (3.17.0.4)
177177
logger (1.6.5)
178178
loofah (2.24.0)
179179
crass (~> 1.0.2)
@@ -224,11 +224,11 @@ GEM
224224
date
225225
stringio
226226
public_suffix (6.0.1)
227-
puma (6.5.0)
227+
puma (6.6.0)
228228
nio4r (~> 2.0)
229229
raabro (1.4.0)
230230
racc (1.8.1)
231-
rack (3.1.8)
231+
rack (3.1.9)
232232
rack-session (2.1.0)
233233
base64 (>= 0.1.0)
234234
rack (>= 3.0.0)
@@ -299,17 +299,17 @@ GEM
299299
rspec-mocks (~> 3.13)
300300
rspec-support (~> 3.13)
301301
rspec-support (3.13.2)
302-
rubocop (1.71.0)
302+
rubocop (1.71.1)
303303
json (~> 2.3)
304304
language_server-protocol (>= 3.17.0)
305305
parallel (~> 1.10)
306306
parser (>= 3.3.0.2)
307307
rainbow (>= 2.2.2, < 4.0)
308308
regexp_parser (>= 2.9.3, < 3.0)
309-
rubocop-ast (>= 1.36.2, < 2.0)
309+
rubocop-ast (>= 1.38.0, < 2.0)
310310
ruby-progressbar (~> 1.7)
311311
unicode-display_width (>= 2.4.0, < 4.0)
312-
rubocop-ast (1.37.0)
312+
rubocop-ast (1.38.0)
313313
parser (>= 3.3.1.0)
314314
rubocop-capybara (2.21.0)
315315
rubocop (~> 1.41)
@@ -354,7 +354,7 @@ GEM
354354
activesupport (>= 6.1)
355355
sprockets (>= 3.0.0)
356356
stringio (3.1.2)
357-
stripe (13.3.1)
357+
stripe (13.4.1)
358358
sync (0.5.0)
359359
term-ansicolor (1.11.2)
360360
tins (~> 1.0)

spec/integration/feed_importing_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ def create_server(url: "feed01_valid_feed/feed.xml")
99
server
1010
end
1111

12-
def create_feed(**options)
12+
def create_feed(**)
1313
create(
1414
:feed,
1515
name: "Example feed",
1616
last_fetched: Time.zone.local(2014, 1, 1),
17-
**options
17+
**
1818
)
1919
end
2020

0 commit comments

Comments
 (0)