Skip to content

Commit

Permalink
Add official support for Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzedge committed Jul 29, 2019
1 parent 3c127e8 commit dadf7bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ before_install:
install:
- bundle install --without local
rvm:
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.5
- 2.5.4
- 2.5.3
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 2.1.0 [compare][compare_v2_0_0_and_master]

- Add official support for Ruby 2.6 by [@gonzedge][github_user_gonzedge]
- Add Ruby 2.5.{2,3,4,5} and 2.4{5,6} to supported versions by [@gonzedge][github_user_gonzedge]
- Require Ruby 2.4.x or up in gemspec by [@gonzedge][github_user_gonzedge]
- Remove official support for 2.3.x by [@gonzedge][github_user_gonzedge]
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ You can find further API documentation on the autogenerated [rambling-trie gem R

The Rambling Trie has been tested with the following Ruby versions:

* 2.6.x
* 2.5.x
* 2.4.x

Expand Down

0 comments on commit dadf7bc

Please sign in to comment.