Bump rails gem version to 6.0.3.7
It contains multiple security fixes. One of them prevents string polymorphic route arguments and causes some additional changes to be made along with just bumping gem version
Showing
... | ... | @@ -2,7 +2,7 @@ |
source 'https://rubygems.org' | ||
gem 'rails', '~> 6.0.3.6' | ||
gem 'rails', '~> 6.0.3.7' | ||
gem 'bootsnap', '~> 1.4.6' | ||
... | ... |
Please register or sign in to comment