Robert Borkowski

Results 4 issues of Robert Borkowski

This change replaces `colorize` gem with `rainbow` gem. That is because `fasterer` has MIT license, and `colorize` has GNU GPL license, hence `rainbow` with its MIT license seems a better...

Fix for https://github.com/xitongsys/parquet-go/issues/547 with slight `page` usage refactoring

This PR is a suggested solution to issue: https://github.com/airbrake/airbrake/issues/1255 where any definition of Rails module/class without actual use of framework causes issues with airbrake gem.

We have a Sinatra app that uses `actionpack` gem. `actionpack` in turn has a dependency on `rails-html-sanitizer` gem. `rails-html-sanitizer` defines `Rails` module. `airbrake` has a few occurences where a check...