Bump Ruby on Rails to 5.0.7.1
Fix the CVE-2018-16476 vulnerability.
Showing
source 'https://rubygems.org' | ||
gem 'rails', '5.0.7' | ||
gem 'rails', '5.0.7.1' | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Improves copy-on-write performance for MRI | ||
... | ... |
Please register or sign in to comment