cldwalker / debugger

port of ruby-debug that works on 1.9.2 and 1.9.3
BSD 2-Clause "Simplified" License
846 stars 80 forks source link

Gem install fails with "No source for ruby-1.9.3-p385 provided with debugger-ruby_core_source gem" #63

Closed billsaysthis closed 11 years ago

billsaysthis commented 11 years ago

Looking at the debugger-ruby_core_source gem I see you have updated for p385 but not clear to me that this gem's gemspec has been updated to account for it too.

markmercedes commented 11 years ago

You probably got this error message due to having al older version of the Debugger gem while using ruby 1.9.3. Just make sure you bump the latest headers but issuing a

bundle update debugger

And you're good to go.

kalupa commented 11 years ago

I also receive this message when installing debugger fresh

leehambley commented 11 years ago

I also receive this message when installing debugger fresh

That might just mean that someone else on your project committed a Gemfile.lock with an older version specified.

dentarg commented 11 years ago

gem update debugger-ruby_core_source (1.1.7 -> 1.2.0) did it for me (I had problem installing debugger-linecache (1.1.2))

moinhaidar commented 11 years ago

"bundle update debugger" did the trick for me which installing debugger-linecache -v 1.1.2