This PR bumps the ox version from 2.2.1 to to ~> 2.8.0. Ox '2.2.1' was failing to build on my Ubuntu 16.04.3 LTS machine which seems like a fairly vital platform to be able to build for. Ox 2.8.0 built with no problem and has a myriad of other fixes.
I also removed /.ruby-version as it seemed odd for a gem to lock its own ruby version, especially with a ruby version already being set in the gemspec.
Ran the tests with ruby 2.4.2 and there were no failures.
This PR bumps the ox version from
2.2.1
to to~> 2.8.0
. Ox '2.2.1' was failing to build on my Ubuntu 16.04.3 LTS machine which seems like a fairly vital platform to be able to build for. Ox 2.8.0 built with no problem and has a myriad of other fixes.I also removed
/.ruby-version
as it seemed odd for a gem to lock its own ruby version, especially with a ruby version already being set in the gemspec.Ran the tests with ruby 2.4.2 and there were no failures.