From 851c73940b63b241bead54627cc9967eb3cc5ca5 Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Fri, 27 Dec 2019 12:59:17 -0300 Subject: [PATCH 1/5] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f49a37c1..5c8c0440 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,8 @@ rvm: - 2.4.6 - 2.5.5 - 2.6.3 + - 2.6.5 + - 2.7.0 - jruby-9.1.17.0 - jruby-9.2.7.0 gemfile: From 0893f5ef2e281449de3b2426b6a8949be0966c54 Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Fri, 27 Dec 2019 13:42:32 -0300 Subject: [PATCH 2/5] Update .travis.yml --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5c8c0440..f7c601fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ rvm: - 2.3.8 - 2.4.6 - 2.5.5 - - 2.6.3 - 2.6.5 - 2.7.0 - jruby-9.1.17.0 From b2dbdd4382e68e2107945c170c72abcd78794ceb Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Fri, 27 Dec 2019 13:47:31 -0300 Subject: [PATCH 3/5] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3b96fb7..a0315f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Unreleased +### Enhancements +* Compatibility with ruby 2.7.0 and 2.6.5. [@tegon](https://github.com/tegon) and [@pedrofurtado](https://github.com/pedrofurtado) + ### Bug fix * Fix 'aria-required' field generated by prompt. [@CarlosAlbertoSantos](https://github.com/CarlosAlbertoSantos) From 9525701f72f4fecb279bdf695b6a4b13f4b1bbe4 Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Sat, 28 Dec 2019 11:06:53 -0300 Subject: [PATCH 4/5] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0315f30..c6ae80c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Unreleased ### Enhancements -* Compatibility with ruby 2.7.0 and 2.6.5. [@tegon](https://github.com/tegon) and [@pedrofurtado](https://github.com/pedrofurtado) +* Compatibility with ruby 2.7.0 and 2.6.5. [@tegon](https://github.com/tegon), [@pedrofurtado](https://github.com/pedrofurtado) and [@feliperenan](https://github.com/feliperenan) ### Bug fix * Fix 'aria-required' field generated by prompt. [@CarlosAlbertoSantos](https://github.com/CarlosAlbertoSantos) From 60f06c2223bbf7ff6dd71f0c8958bf16beeb7cb7 Mon Sep 17 00:00:00 2001 From: Pedro Felipe de Azevedo Furtado Date: Fri, 3 Jan 2020 16:02:13 -0300 Subject: [PATCH 5/5] Update CHANGELOG.md --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6ae80c7..c3b96fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,5 @@ ## Unreleased -### Enhancements -* Compatibility with ruby 2.7.0 and 2.6.5. [@tegon](https://github.com/tegon), [@pedrofurtado](https://github.com/pedrofurtado) and [@feliperenan](https://github.com/feliperenan) - ### Bug fix * Fix 'aria-required' field generated by prompt. [@CarlosAlbertoSantos](https://github.com/CarlosAlbertoSantos)