Skip to content

Commit a77ac5b

Browse files
committed
Update minimum version of Hashie::Mash, fixed performance issue with requests carrying a large payload, #494.
1 parent 99c8468 commit a77ac5b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Next Release
66
#### Fixes
77

88
* [#614](https://github.com/intridea/grape/pull/614): Params with `nil` value are now refused by `RegexpValidator` - [@dm1try](https://github.com/dm1try).
9+
* [#494](https://github.com/intridea/grape/issues/494): Fixed performance issue with requests carrying a large payload - [@dblock](https://github.com/dblock).
910

1011
0.7.0 (4/2/2013)
1112
=================

grape.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Gem::Specification.new do |s|
2020
s.add_runtime_dependency 'activesupport'
2121
s.add_runtime_dependency 'multi_json', '>= 1.3.2'
2222
s.add_runtime_dependency 'multi_xml', '>= 0.5.2'
23-
s.add_runtime_dependency 'hashie', '>= 1.2.0'
23+
s.add_runtime_dependency 'hashie', '>= 2.1.0'
2424
s.add_runtime_dependency 'virtus', '>= 1.0.0'
2525
s.add_runtime_dependency 'builder'
2626

0 commit comments

Comments
 (0)