Skip to content

Commit 4953f1f

Browse files
justin808claude
andcommitted
Fix webrick placement in lockfiles
Move webrick dependency to correct position in DEPENDENCIES section (before the blank line, not after). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 4cab0f7 commit 4953f1f

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ DEPENDENCIES
281281
selenium-webdriver
282282
test-unit (~> 2.5)
283283
turbo-rails
284-
285284
webrick
285+
286286
BUNDLED WITH
287287
2.4.9

gemfiles/base.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ DEPENDENCIES
271271
react-rails!
272272
selenium-webdriver
273273
test-unit (~> 2.5)
274-
275274
webrick
275+
276276
BUNDLED WITH
277277
2.4.9

gemfiles/connection_pool_3.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ DEPENDENCIES
274274
selenium-webdriver
275275
test-unit (~> 2.5)
276276
turbo-rails
277-
278277
webrick
278+
279279
BUNDLED WITH
280280
2.4.9

gemfiles/propshaft.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ DEPENDENCIES
285285
propshaft (~> 1.0.x)
286286
test-unit (~> 2.5)
287287
turbo-rails
288-
289288
webrick
289+
290290
BUNDLED WITH
291291
2.4.9

gemfiles/shakapacker.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ DEPENDENCIES
286286
shakapacker (= 7.2.0)
287287
test-unit (~> 2.5)
288288
turbo-rails
289-
290289
webrick
290+
291291
BUNDLED WITH
292292
2.4.9

gemfiles/sprockets_3.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
test-unit (~> 2.5)
292292
turbo-rails
293293
turbolinks (~> 5)
294-
295294
webrick
295+
296296
BUNDLED WITH
297297
2.4.9

gemfiles/sprockets_4.gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ DEPENDENCIES
291291
test-unit (~> 2.5)
292292
turbo-rails
293293
turbolinks (~> 5)
294-
295294
webrick
295+
296296
BUNDLED WITH
297297
2.4.9

0 commit comments

Comments
 (0)