Skip to content

Commit 4e72d73

Browse files
authored
Merge pull request #1569 from ruby-grape/upgrade-mustermann
upgrade mustermann-grape to 1.0.0
2 parents 024643b + d9fc169 commit 4e72d73

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### 0.19.2 (Next)
22

3+
#### Fixes
4+
5+
* [#1569](https://github.com/ruby-grape/grape/pull/1569), [#1511](https://github.com/ruby-grape/grape/issues/1511): Upgrade mustermann-grape to 1.0.0 - [@namusyaka](https://github.com/namusyaka).
6+
* Your contribution here.
7+
38
#### Features
49

510
* [#1555](https://github.com/ruby-grape/grape/pull/1555): Added code coverage w/Coveralls - [@dblock](https://github.com/dblock).

grape.gemspec

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

1515
s.add_runtime_dependency 'rack', '>= 1.3.0'
16-
s.add_runtime_dependency 'mustermann-grape', '~> 0.4.0'
16+
s.add_runtime_dependency 'mustermann-grape', '~> 1.0.0'
1717
s.add_runtime_dependency 'rack-accept'
1818
s.add_runtime_dependency 'activesupport'
1919
s.add_runtime_dependency 'multi_json', '>= 1.3.2'

0 commit comments

Comments
 (0)