Skip to content

Commit 71612be

Browse files
Support Grape 1.4.0 (#796)
1 parent 17fe8a6 commit 71612be

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#### Fixes
88

99
* Your contribution here.
10+
* [#796](https://github.com/ruby-grape/grape-swagger/pull/796): Support grape 1.4.0 - [@thedanielhanke](https://github.com/thedanielhanke).
1011

1112

1213
### 1.1.0 (April 20, 2020)

grape-swagger.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
1414
s.license = 'MIT'
1515

1616
s.required_ruby_version = '>= 2.4'
17-
s.add_runtime_dependency 'grape', '~> 1.3.0'
17+
s.add_runtime_dependency 'grape', '~> 1.3'
1818

1919
s.files = `git ls-files`.split("\n")
2020
s.test_files = `git ls-files -- {test,spec}/*`.split("\n")

0 commit comments

Comments
 (0)