File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
### 0.19.2 (Next)
2
2
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
+
3
8
#### Features
4
9
5
10
* [ #1555 ] ( https://github.com/ruby-grape/grape/pull/1555 ) : Added code coverage w/Coveralls - [ @dblock ] ( https://github.com/dblock ) .
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
s . license = 'MIT'
14
14
15
15
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'
17
17
s . add_runtime_dependency 'rack-accept'
18
18
s . add_runtime_dependency 'activesupport'
19
19
s . add_runtime_dependency 'multi_json' , '>= 1.3.2'
You can’t perform that action at this time.
0 commit comments