From 341f430f3aaa29bdfa8630791f4aa0bfacdb2772 Mon Sep 17 00:00:00 2001 From: Greg Molnar Date: Fri, 14 Nov 2025 16:30:22 -0100 Subject: [PATCH] fix line break --- _posts/2025-11-14-this-week-in-rails.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2025-11-14-this-week-in-rails.markdown b/_posts/2025-11-14-this-week-in-rails.markdown index 12cd7173..2c329851 100644 --- a/_posts/2025-11-14-this-week-in-rails.markdown +++ b/_posts/2025-11-14-this-week-in-rails.markdown @@ -11,7 +11,7 @@ date: 2025-11-14 Happy Friday! This is [Greg](https://greg.molnar.io), bringing you the latest changes from the Rails codebase. -[The 2025 Rails Luminary nominations are open.](https://rubyonrails.org/2025/11/14/2025-rails-luminary-nominations) +[The 2025 Rails Luminary nominations are open.](https://rubyonrails.org/2025/11/14/2025-rails-luminary-nominations) If you know of someone who has consistently gone above and beyond to contribute to the framework, triaging bugs, improving performance, adding helpful features or documentation, creating or maintaining gems, etc. please nominate them for the 2025 Rails Luminary Award by Dec 3. [Remove explicit _--config_ from RuboCop binstub templates](https://github.com/rails/rails/pull/56154)