aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-09-04 14:43:46 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-09-04 14:43:46 -0700
commite25fdad2f147e6f368958f9a06a5ac9d10288408 (patch)
tree890dca51cd021c69b7917c509a7ea4e6ae815507 /Gemfile.lock
parent451b954c2f072d08e13fc2552f3dfa35d93b0935 (diff)
downloadrails-e25fdad2f147e6f368958f9a06a5ac9d10288408.tar.gz
rails-e25fdad2f147e6f368958f9a06a5ac9d10288408.tar.bz2
rails-e25fdad2f147e6f368958f9a06a5ac9d10288408.zip
use `Rack::Utils.unescape_path` to unescape paths
Escaping and unescaping paths is different than query parameters, and we need to respect that. This commit uses the new method in Rack to escape and unescape paths. Fixes #11816
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 948c03574e..176cb3c842 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,7 +29,7 @@ GIT
GIT
remote: git://github.com/rack/rack.git
- revision: 6c4160b8c5173299f4b49ea2c9e4aab76f6b9054
+ revision: 4080d56bb30f26a2f09053de702896104b5fb64d
branch: master
specs:
rack (2.0.0.alpha)