diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-07-13 08:37:00 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-07-13 12:15:11 -0600 |
commit | bb0cb80879dd8a87886e3e227c0cb5afbefd7daa (patch) | |
tree | 7c54407e2be35b25fe152e6dbe0ba09b1173b175 /Gemfile | |
parent | 9b0ef1559f78e58b398e428763ff97dfdc53e186 (diff) | |
download | gitlab-ce-bb0cb80879dd8a87886e3e227c0cb5afbefd7daa.tar.gz |
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ 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 |