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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user