diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-02-29 17:45:56 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-02-29 17:45:56 -0500 |
commit | dc1c4e071272af178c620cd81944628366d99621 (patch) | |
tree | dd09f7499806a15160b6840d281534bd3643b3ae /Gemfile | |
parent | e5276ee6ab24e52740a72582eda188a698584bb3 (diff) | |
download | gitlab-ce-dc1c4e071272af178c620cd81944628366d99621.tar.gz |
Update Rails to 4.2.5.2
See https://groups.google.com/forum/#!msg/rubyonrails-security/ddY6HgqB2z4/we0RasMZIAAJ
and https://groups.google.com/forum/#!msg/rubyonrails-security/ly-IH-fxr_Q/WLoOhcMZIAAJ
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.5.1' +gem 'rails', '4.2.5.2' gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with |