apitome
apitome copied to clipboard
Fix building issues
Some of the build fail is from the fact that new rails app seems to have defaults some options that are not compatible with --skip-bundle. https://github.com/rails/rails/issues/28916 So I had to add few other --skip-* options to make it work like the tests expects it to work
Needed to upgrade minor ruby versions for 2.5 which was failing missing URI::Generic