Wikicrush fails to build with 'bundle install' due to ox gem
Opened this issue · 3 comments
gianniqq commented
During installation with 'bundle install' I am encountering an error that ends like this:
An error occurred while installing ox (2.1.4), and Bundler cannot continue.
Make sure that `gem install ox -v '2.1.4' --source 'https://rubygems.org/'` succeeds before bundling.
The command 'gem install ox -v '2.1.4
' indeed fails to install ox, but the command 'gem install ox
' does succeed. Unfortunately the installation process directly requires that particular version as of now.
It looks like that particular version of ox is broken or something.
gianniqq commented
is it required to have that specific version of ox?
trishume commented
No idea, I wrote this a long time ago. You can try using some rubygems upgrade command to update the version of ox in the lock file so it'll accept a newer version.
quentar commented
I made it work on Ubuntu 18.04.1 LTS
with 2.13.2 in Gemfile:
gem "ox", "2.13.2"