angristan / feedbin-docker

Self-host your own Feedbin RSS reader in Docker
MIT License
251 stars 35 forks source link

Build failed - Webmock 3.16.0 no longer available #103

Open qbiecom opened 2 years ago

qbiecom commented 2 years ago

Hiya,

Just attempted a first time install but it's failing due to webmock 3.16.0 no longer being available. It's been yanked from rubygems for some reason.

Your bundle is locked to webmock (3.16.0) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of webmock (3.16.0) has removed it. You'll need to update your bundle to a version other than webmock (3.16.0) that hasn't been removed in order to install.

The command '/bin/sh -c apk add --no-cache build-base git ruby-dev ruby-etc ruby-io-console ruby-json libxml2-dev vips-dev && git clone https://github.com/feedbin/image.git /app && gem install bundler && bundle install' returned a non-zero code: 7 ERROR: Service 'feedbin-image' failed to build : Build failed

Thanks

shalak commented 1 year ago

@qbiecom Did you happen to find a solution for this?