aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoreileencodes <eileencodes@gmail.com>2015-03-01 16:52:17 -0500
committereileencodes <eileencodes@gmail.com>2015-03-01 16:58:15 -0500
commite1e2b54e853a9b405f10bab110c28064164a7469 (patch)
tree265dd09f64ed0d21e18ad28c84b4d4b944141504 /Gemfile.lock
parentcad20f720c4c6e04584253cd0a23f22b3d43ab0f (diff)
downloadrails-e1e2b54e853a9b405f10bab110c28064164a7469.tar.gz
rails-e1e2b54e853a9b405f10bab110c28064164a7469.tar.bz2
rails-e1e2b54e853a9b405f10bab110c28064164a7469.zip
Bump rack-test to fix nil values being sent to `parse_nested_query`
I found that nil values were being incorrectly sent to `parse_nested_query` in Rack. Originally it was thought that Rails was doing something incorrect but it was actually rack-test. This was fixed in brynary/rack-test@4a4b2c1 and is no longer an issue. This commit bumps rack-test in Rails so changes to Rack don't cause failures. See rack/rack#813 for more information.
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 d2ed998160..4fc36bf86c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -41,7 +41,7 @@ PATH
actionview (= 5.0.0.alpha)
activesupport (= 5.0.0.alpha)
rack (~> 1.6)
- rack-test (~> 0.6.2)
+ rack-test (~> 0.6.3)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.1)
actionview (5.0.0.alpha)