Skip to content

Commit 5213128

Browse files
depfu[bot]mockdeep
authored andcommitted
Update all Bundler dependencies (2025-12-01)
1 parent 4233e3e commit 5213128

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ GEM
7575
securerandom (>= 0.3)
7676
tzinfo (~> 2.0, >= 2.0.5)
7777
uri (>= 0.13.1)
78-
addressable (2.8.7)
79-
public_suffix (>= 2.0.2, < 7.0)
78+
addressable (2.8.8)
79+
public_suffix (>= 2.0.2, < 8.0)
8080
ast (2.4.3)
8181
axe-core-api (4.11.0)
8282
dumb_delegator
@@ -112,7 +112,7 @@ GEM
112112
coercible (1.0.0)
113113
descendants_tracker (~> 0.0.1)
114114
concurrent-ruby (1.3.5)
115-
connection_pool (2.5.4)
115+
connection_pool (2.5.5)
116116
coveralls_reborn (0.29.0)
117117
simplecov (~> 0.22.0)
118118
term-ansicolor (~> 1.7)
@@ -144,7 +144,8 @@ GEM
144144
execjs (2.10.0)
145145
factory_bot (6.5.6)
146146
activesupport (>= 6.1.0)
147-
feedbag (1.0.0)
147+
feedbag (1.0.2)
148+
addressable (~> 2.8)
148149
nokogiri (~> 1.8, >= 1.8.2)
149150
feedjira (4.0.1)
150151
logger (>= 1.0, < 2)
@@ -231,7 +232,7 @@ GEM
231232
psych (5.2.6)
232233
date
233234
stringio
234-
public_suffix (6.0.2)
235+
public_suffix (7.0.0)
235236
puma (7.1.0)
236237
nio4r (~> 2.0)
237238
raabro (1.4.0)
@@ -281,7 +282,7 @@ GEM
281282
rb-fsevent (0.11.2)
282283
rb-inotify (0.11.1)
283284
ffi (~> 1.0)
284-
rdoc (6.15.1)
285+
rdoc (6.16.1)
285286
erb
286287
psych (>= 4.0.0)
287288
tsort
@@ -330,7 +331,7 @@ GEM
330331
rubocop-factory_bot (2.28.0)
331332
lint_roller (~> 1.1)
332333
rubocop (~> 1.72, >= 1.72.1)
333-
rubocop-rails (2.34.0)
334+
rubocop-rails (2.34.2)
334335
activesupport (>= 4.2.0)
335336
lint_roller (~> 1.1)
336337
rack (>= 1.1)

config/initializers/feed_bag.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Feedbag.logger = Rails.logger

spec/requests/feeds_controller_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def with_test_adapter
139139
it "does not add the feed" do
140140
login_as(default_user)
141141
stub_request(:get, feed_url).to_return(status: 404)
142-
expect($stderr).to receive(:puts).with(/Error occurred/)
143142
post("/feeds", params: { feed_url: })
144143

145144
expect(rendered).to have_css(".error")

0 commit comments

Comments
 (0)