Skip to content

Commit b4858f3

Browse files
brucehsudblock
authored andcommitted
Fix Rainbow gem installation failure above Ruby 2.3.3 on Travis-CI (#1562)
1 parent 3b91395 commit b4858f3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,6 @@ matrix:
4646
- rvm: rbx-2
4747

4848
bundler_args: --without development
49+
50+
before_install: gem update --system
51+

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#### Fixes
99

1010
* [#1559](https://github.com/ruby-grape/grape/pull/1559): You can once again pass `nil` to optional attributes with `values` validation set - [@ghiculescu](https://github.com/ghiculescu).
11-
* Your contribution here.
11+
* [#1562](https://github.com/ruby-grape/grape/pull/1562): Fix rainbow gem installation failure above ruby 2.3.3 on travis-ci - [@brucehsu](https://github.com/brucehsu).
1212

1313
### 0.19.1 (1/9/2017)
1414

0 commit comments

Comments
 (0)