rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.07k stars 161 forks source link

#622 Fix gateway configuration options #623

Closed v-kolesnikov closed 3 years ago

v-kolesnikov commented 3 years ago

Fixes #622

v-kolesnikov commented 3 years ago

Hm, I don't know currently how to deal with failed tests on Ruby <= 2.6. Need time to thinking.

v-kolesnikov commented 3 years ago

@solnic It looks like a bunch of dirty hacks, but it is the only way I've found to make it work on all the Ruby versions (<= 2.6, 2.7.x and 3.x).