We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17fe8a6 commit 71612beCopy full SHA for 71612be
CHANGELOG.md
@@ -7,6 +7,7 @@
7
#### Fixes
8
9
* Your contribution here.
10
+* [#796](https://github.com/ruby-grape/grape-swagger/pull/796): Support grape 1.4.0 - [@thedanielhanke](https://github.com/thedanielhanke).
11
12
13
### 1.1.0 (April 20, 2020)
grape-swagger.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
s.license = 'MIT'
15
16
s.required_ruby_version = '>= 2.4'
17
- s.add_runtime_dependency 'grape', '~> 1.3.0'
+ s.add_runtime_dependency 'grape', '~> 1.3'
18
19
s.files = `git ls-files`.split("\n")
20
s.test_files = `git ls-files -- {test,spec}/*`.split("\n")
0 commit comments