Skip to content

Commit 9a5461d

Browse files
author
Jan Hecking
committed
add version dependency of grape to rack >= 1.3.0
Grape::Validations::CoerceValidator uses Rack::Multipart::UploadedFile which was only introduced in Rack v1.3.0.
1 parent d55504d commit 9a5461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grape.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414

1515
s.rubyforge_project = "grape"
1616

17-
s.add_runtime_dependency 'rack'
17+
s.add_runtime_dependency 'rack', '>= 1.3.0'
1818
s.add_runtime_dependency 'rack-mount'
1919
s.add_runtime_dependency 'rack-accept'
2020
s.add_runtime_dependency 'activesupport'

0 commit comments

Comments
 (0)