aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-10-06 13:15:39 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-10-06 13:39:03 -0700
commitcddb700cc2d8d82ebc96162b48df85aed7106df1 (patch)
treecf53693422fe6bd392a9e93306dd7377944b7c84 /Gemfile.lock
parent71317e6406dba9a552760ec035b67b3c16162528 (diff)
downloadrails-cddb700cc2d8d82ebc96162b48df85aed7106df1.tar.gz
rails-cddb700cc2d8d82ebc96162b48df85aed7106df1.tar.bz2
rails-cddb700cc2d8d82ebc96162b48df85aed7106df1.zip
etag header is in Rack, so use it's response methods
Rack implements the Etag header manipulation methods, so we can use those instead of ours.
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 0bc307cf1e..81ea2d1846 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -29,7 +29,7 @@ GIT
GIT
remote: git://github.com/rack/rack.git
- revision: c617ea99c12a5bfe026e00476ff37e714e01891a
+ revision: e2a8388d59bbad0cb867150185770ad76e80d31a
branch: master
specs:
rack (2.0.0.alpha)