srushti / goldberg

Goldberg is a lightweight CI server written in Ruby which worries about Bundler & RVM so that you don't have to.
Other
242 stars 29 forks source link

Fix ruby-debug-ide version in Gemfile #57

Closed rohitarondekar closed 13 years ago

rohitarondekar commented 13 years ago

The gem 'ruby-debug-ide' has version 0.4.17.beta.5 when in fact it should be 0.4.17.beta5 as found here http://rubygems.org/gems/ruby-debug-ide

srushti commented 13 years ago

Thanks. We'll probably get rid of this altogether actually. I think @aakashd added this to get debugging working with rubymine, but that's probably not needed. But, in the meantime at least we'll have the correct version.

rohitarondekar commented 13 years ago

Cool. The main issue was that it didn't allow bundle install to complete.