Skip to content

Commit 59f7a42

Browse files
committed
Test with Rails 6
1 parent a0a8d1c commit 59f7a42

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@ env:
1111
- RAILS_VERSION="~> 5.0.0"
1212
- RAILS_VERSION="~> 5.1.0"
1313
- RAILS_VERSION="~> 5.2.0"
14+
- RAILS_VERSION="~> 6.0.0.beta1"
1415
matrix:
1516
exclude:
17+
- rvm: 2.4.6
18+
env: RAILS_VERSION="~> 6.0.0.beta1"
1619
- rvm: 2.6.3
1720
env: RAILS_VERSION="~> 4.2.0"
1821
allow_failures:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Next release
22

3+
* Add explicit support for Rails 6 (no changes were needed)
34
* Drop support to Ruby 1.9, 2.0, 2.1, and 2.3
45
* Fix binstubs not being replaced when their quoting style was changed (#534)
56
* Preserve comments right after the shebang line which might include magic comments such as `frozen_string_literal: true'

0 commit comments

Comments
 (0)