grape.gemspec in grape-0.19.1 vs grape.gemspec in grape-0.19.2

- old
+ new

@@ -11,10 +11,10 @@ s.summary = 'A simple Ruby framework for building REST-like APIs.' s.description = 'A Ruby framework for rapid API development with great conventions.' s.license = 'MIT' s.add_runtime_dependency 'rack', '>= 1.3.0' - s.add_runtime_dependency 'mustermann-grape', '~> 0.4.0' + s.add_runtime_dependency 'mustermann-grape', '~> 1.0.0' s.add_runtime_dependency 'rack-accept' s.add_runtime_dependency 'activesupport' s.add_runtime_dependency 'multi_json', '>= 1.3.2' s.add_runtime_dependency 'multi_xml', '>= 0.5.2' s.add_runtime_dependency 'hashie', '>= 2.1.0'