Upgrade Rails from 4.2.6 to 4.2.7.
Primarily just bug fixes. Changelog: https://github.com/rails/rails/compare/v4.2.6...v4.2.7
Showing
source 'https://rubygems.org' | ||
gem 'rails', '4.2.6' | ||
gem 'rails', '4.2.7' | ||
gem 'rails-deprecated_sanitizer', '~> 1.0.3' | ||
# Responders respond_to and respond_with | ||
... | ... |
Please register or sign in to comment