Update Gemfile to show the right version of Rails

The "~> 7.1.5.1" part made it harder to know that we're using version
7.1.5.2 since commit 4f4bd0f71.
This commit is contained in:
Javi Martín
2025-10-17 17:41:35 +02:00
parent c98d328879
commit 3642759ac8
3 changed files with 3 additions and 3 deletions

View File

@@ -866,7 +866,7 @@ DEPENDENCIES
pronto-rubocop (~> 0.11.6)
pronto-stylelint (~> 0.11.1)
puma (~> 6.6.0)
rails (~> 7.1.5.1)
rails (~> 7.1.5.2)
recipient_interceptor (~> 0.3.3)
redcarpet (~> 3.6.1)
responders (~> 3.1.1)