aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-08-22 17:57:45 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2015-08-22 17:57:45 -0700
commit5fe141638f1243ac6ae187ae14aa398b4c1875a2 (patch)
tree699f8e31db610dc66ab08e4c5d748076b29dea3a /Gemfile.lock
parent4f244f7cab1945d621f171f01c357d80dee09a7e (diff)
downloadrails-5fe141638f1243ac6ae187ae14aa398b4c1875a2.tar.gz
rails-5fe141638f1243ac6ae187ae14aa398b4c1875a2.tar.bz2
rails-5fe141638f1243ac6ae187ae14aa398b4c1875a2.zip
use a request object in the session middleware
This commit allows us to use one request object rather than allocating multiple request objects to deal with the session.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index 137d6e368b..7cd4832b3a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,7 +27,7 @@ GIT
GIT
remote: git://github.com/rack/rack.git
- revision: be777e06bf4de18a7786af1e44647e1498ec1a5d
+ revision: c94e22401d4719b4d78378c7b63362cd692f9005
specs:
rack (2.0.0.alpha)
json
@@ -79,7 +79,7 @@ GIT
GIT
remote: git://github.com/rails/sprockets.git
- revision: 653de5268ba862ea23457291824180c67ad5dc99
+ revision: a61550db7184fc83964fb983547ff09da9efa9be
branch: master
specs:
sprockets (4.0.0)
@@ -236,7 +236,7 @@ GEM
resque (~> 1.25)
rufus-scheduler (~> 3.0)
rufus-scheduler (3.1.3)
- sass (3.4.16)
+ sass (3.4.17)
sdoc (0.4.1)
json (~> 1.7, >= 1.7.7)
rdoc (~> 4.0)