Skip to content

Commit f400c2d

Browse files
authored
Fix CI (#2309)
* trigger ci * puts debug * rails-dom-testing now collapses whitespace * lint
1 parent 8b66580 commit f400c2d

3 files changed

Lines changed: 28 additions & 25 deletions

File tree

Gemfile.lock

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,17 @@ GEM
114114
concurrent-ruby (1.3.5)
115115
connection_pool (2.5.3)
116116
crass (1.0.6)
117-
cuprite (0.15.1)
117+
cuprite (0.17)
118118
capybara (~> 3.0)
119-
ferrum (~> 0.15.0)
119+
ferrum (~> 0.17.0)
120120
date (3.4.1)
121121
debug (1.10.0)
122122
irb (~> 1.10)
123123
reline (>= 0.3.8)
124-
diff-lcs (1.6.1)
124+
diff-lcs (1.6.2)
125125
docile (1.4.1)
126-
drb (2.2.1)
126+
drb (2.2.3)
127+
erb (5.0.1)
127128
erb_lint (0.9.0)
128129
activesupport
129130
better_html (>= 2.0.1)
@@ -132,8 +133,9 @@ GEM
132133
rubocop (>= 1)
133134
smart_properties
134135
erubi (1.13.1)
135-
ferrum (0.15)
136+
ferrum (0.17.1)
136137
addressable (~> 2.5)
138+
base64 (~> 0.2)
137139
concurrent-ruby (~> 1.1)
138140
webrick (~> 1.7)
139141
websocket-driver (~> 0.7)
@@ -153,11 +155,11 @@ GEM
153155
jbuilder (2.13.0)
154156
actionview (>= 5.0.0)
155157
activesupport (>= 5.0.0)
156-
json (2.11.3)
157-
language_server-protocol (3.17.0.4)
158+
json (2.12.0)
159+
language_server-protocol (3.17.0.5)
158160
lint_roller (1.1.0)
159161
logger (1.7.0)
160-
loofah (2.24.0)
162+
loofah (2.24.1)
161163
crass (~> 1.0.2)
162164
nokogiri (>= 1.12.0)
163165
m (1.6.2)
@@ -172,7 +174,7 @@ GEM
172174
matrix (0.4.2)
173175
method_source (1.1.0)
174176
mini_mime (1.1.5)
175-
mini_portile2 (2.8.8)
177+
mini_portile2 (2.8.9)
176178
minitest (5.25.5)
177179
mutex_m (0.3.0)
178180
net-imap (0.5.8)
@@ -204,15 +206,15 @@ GEM
204206
pry (0.15.2)
205207
coderay (~> 1.1)
206208
method_source (~> 1.0)
207-
psych (5.2.3)
209+
psych (5.2.6)
208210
date
209211
stringio
210-
public_suffix (6.0.1)
212+
public_suffix (6.0.2)
211213
puma (6.6.0)
212214
nio4r (~> 2.0)
213215
racc (1.8.1)
214-
rack (3.1.13)
215-
rack-session (2.1.0)
216+
rack (3.1.15)
217+
rack-session (2.1.1)
216218
base64 (>= 0.1.0)
217219
rack (>= 3.0.0)
218220
rack-test (2.2.0)
@@ -233,7 +235,7 @@ GEM
233235
activesupport (= 8.0.2)
234236
bundler (>= 1.15.0)
235237
railties (= 8.0.2)
236-
rails-dom-testing (2.2.0)
238+
rails-dom-testing (2.3.0)
237239
activesupport (>= 5.0.0)
238240
minitest
239241
nokogiri (>= 1.6)
@@ -250,18 +252,19 @@ GEM
250252
zeitwerk (~> 2.6)
251253
rainbow (3.1.1)
252254
rake (13.2.1)
253-
rdoc (6.13.1)
255+
rdoc (6.14.0)
256+
erb
254257
psych (>= 4.0.0)
255258
regexp_parser (2.10.0)
256259
reline (0.6.1)
257260
io-console (~> 0.5)
258261
rexml (3.4.1)
259262
rspec-core (3.13.3)
260263
rspec-support (~> 3.13.0)
261-
rspec-expectations (3.13.3)
264+
rspec-expectations (3.13.4)
262265
diff-lcs (>= 1.2.0, < 2.0)
263266
rspec-support (~> 3.13.0)
264-
rspec-mocks (3.13.2)
267+
rspec-mocks (3.13.4)
265268
diff-lcs (>= 1.2.0, < 2.0)
266269
rspec-support (~> 3.13.0)
267270
rspec-rails (5.1.2)
@@ -272,8 +275,8 @@ GEM
272275
rspec-expectations (~> 3.10)
273276
rspec-mocks (~> 3.10)
274277
rspec-support (~> 3.10)
275-
rspec-support (3.13.2)
276-
rubocop (1.75.4)
278+
rspec-support (3.13.3)
279+
rubocop (1.75.6)
277280
json (~> 2.3)
278281
language_server-protocol (~> 3.17.0.2)
279282
lint_roller (~> 1.1.0)
@@ -322,10 +325,10 @@ GEM
322325
actionpack (>= 5.2)
323326
activesupport (>= 5.2)
324327
sprockets (>= 3.0.0)
325-
standard (1.49.0)
328+
standard (1.50.0)
326329
language_server-protocol (~> 3.17.0.2)
327330
lint_roller (~> 1.0)
328-
rubocop (~> 1.75.2)
331+
rubocop (~> 1.75.5)
329332
standard-custom (~> 1.0.0)
330333
standard-performance (~> 1.8)
331334
standard-custom (1.0.2)
@@ -364,7 +367,7 @@ GEM
364367
yard (0.9.37)
365368
yard-activesupport-concern (0.0.1)
366369
yard (>= 0.8)
367-
zeitwerk (2.7.2)
370+
zeitwerk (2.7.3)
368371

369372
PLATFORMS
370373
ruby

test/sandbox/test/integration_test.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_rendering_component_in_a_view
1111
get "/"
1212
assert_response :success
1313

14-
assert_select("div", "Foo\n bar")
14+
assert_select("div", "Foo bar")
1515
end
1616

1717
if Rails.version.to_f >= 6.1
@@ -21,7 +21,7 @@ def test_rendering_component_with_template_annotations_enabled
2121

2222
assert_includes response.body, "BEGIN app/components/erb_component.html.erb"
2323

24-
assert_select("div", "Foo\n bar")
24+
assert_select("div", "Foo bar")
2525
end
2626
end
2727

test/sandbox/test/layouts_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class LayoutsTest < ActionDispatch::IntegrationTest
3131
test "rendering with_content_for" do
3232
get "/layout_with_content_for"
3333
assert_response :success
34-
assert_select 'body[data-layout="with_content_for"]', "Hello content for\n\n Foo: bar"
34+
assert_select 'body[data-layout="with_content_for"]', "Hello content for Foo: bar"
3535
end
3636
end
3737
end

0 commit comments

Comments
 (0)