diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-08-11 12:29:10 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-08-11 12:34:40 -0600 |
commit | 954918d452ce1403ea22a635021264a99a61c23e (patch) | |
tree | 3734c02e0283f5be995681b39fc56cab7e22cd7d /Gemfile | |
parent | b9b1910c3b93b1440710681ddeb5b03528b10266 (diff) | |
download | gitlab-ce-954918d452ce1403ea22a635021264a99a61c23e.tar.gz |
Upgrade Rails to 4.2.7.1 for security fixes.
More information available at: http://weblog.rubyonrails.org/2016/8/11/Rails-5-0-0-1-4-2-7-2-and-3-2-22-3-have-been-released/
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.7' +gem 'rails', '4.2.7.1' gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with |