PINGOWebApp icon indicating copy to clipboard operation
PINGOWebApp copied to clipboard

bundle install failing (broken dependency 'ruby-standard-deviation')

Open bnwe opened this issue 6 years ago • 1 comments

Running bundle install fails, because ruby-standard-deviation seems to be yanked from rubygems.org. It seems to be here now: https://github.com/jtescher/descriptive-statistics.

bnwe avatar Dec 03 '18 16:12 bnwe

Hi!

Sorry for the late answer... we are currently busy testing the new PINGO release based on Rails 5.

You can try the rails51 branch (with some upgrades bugs, that have been fixed but are still in testing, they'll be pushed soon), wait for the Rails 5 release in master or - in the meantime - can simply comment out the gem in the Gemfile. It is not in use anymore, anyways.

For production use I recommend you to wait for the release. For development purposes you can use the current master without the yanked gem, since the HTTP API and most of the internal api stays the same.

MichaelWhi avatar Dec 18 '18 14:12 MichaelWhi