Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

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

Closed
billsaysthis opened this issue Feb 6, 2013 · 5 comments

Comments

@billsaysthis
Copy link

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
Copy link

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
Copy link

kalupa commented Feb 19, 2013

I also receive this message when installing debugger fresh

@leehambley
Copy link

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
Copy link

dentarg commented Mar 12, 2013

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
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants