PingoUPB / PINGOWebApp

source code of the PINGO web app - (see readme, wiki and http://blogs.upb.de/pingo/opensource/ for more info)
http://www.trypingo.com
Eclipse Public License 1.0
62 stars 16 forks source link

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

Closed bnwe closed 11 months ago

bnwe commented 5 years ago

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.

MichaelWhi commented 5 years ago

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.