Hi,
Oracle enhanced adapter 6.0.4 has been released.
Please install and test with your applications by updating your
Gemfile as follows.
This release supports Ruby 3 keyword arguments. I mean you will not see deprecation warnings with Ruby 2.7.
```
gem "activerecord-oracle_enhanced-adapter", "~> 6.0.0"
```
## 6.0.4 / 2020-08-18
* Changes and bug fixes
* create_table_definition and add_column take keyword arguments [#1942, #2043]
* Fix keyword arguments errors for Ruby 2.8.0-dev [#1977,#2043]
* Fix a build errors when using Ruby 2.8.0-dev [#1983, #2043]
For all changes and fixes please read the following document.
Thanks,
--
Yasuo Honda