Skip to content

Commit

Permalink
Test against Ruby 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Jan 16, 2021
1 parent cadfd1b commit a869833
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,7 @@ rvm:
- 2.5.8
- 2.6.6
- 2.7.2
- 3.0.0
- ruby-head
gemfile:
- gemfiles/rails_5.0.gemfile
Expand All @@ -32,6 +33,12 @@ jobs:
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 2.7.2
gemfile: gemfiles/rails_5.2.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_5.0.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_5.1.gemfile
- rvm: 3.0.0
gemfile: gemfiles/rails_5.2.gemfile
- rvm: ruby-head
gemfile: gemfiles/rails_5.0.gemfile
- rvm: ruby-head
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
* [BUGFIX] Verify host path consistency by default ([#91](https://github.com/enriclluelles/route_translator/issues/91), [#171](https://github.com/enriclluelles/route_translator/issues/171))
* [FEATURE] Remove the option to verify host path consistency
* [ENHANCEMENT] Avoid duplicate routes when using host_locales ([#87](https://github.com/enriclluelles/route_translator/issues/87), [#171](https://github.com/enriclluelles/route_translator/issues/171))
* [ENHANCEMENT] Test against Ruby 3.0.0
* [ENHANCEMENT] Update development dependencies

## 9.0.0 / 2020-11-07
Expand Down

0 comments on commit a869833

Please sign in to comment.