Skip to content

Commit

Permalink
Merge pull request #58 from MaximeD/add_support_for_ruby_2.3
Browse files Browse the repository at this point in the history
ADD support for ruby 2.3
  • Loading branch information
MaximeD committed Apr 9, 2016
2 parents 39148a8 + 43ff132 commit a0729c8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
before_install:
- gem install bundler # use the latest bundler, since Travis doesn't update for us
rvm:
- 2.3.0
- 2.2
- 2.1
- 2.0
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
Fix:
* using other source with [rubygems](rubygems.org) (@oelmekki)

Enhancement:
* add ruby `2.3` to travis

Refactor:
* global refactor

Expand Down

0 comments on commit a0729c8

Please sign in to comment.