Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running db:migrate with 0.4.17 and Ruby 2.0.0 #25

Closed
drewsheneman opened this issue Jun 3, 2013 · 2 comments
Closed

Error running db:migrate with 0.4.17 and Ruby 2.0.0 #25

drewsheneman opened this issue Jun 3, 2013 · 2 comments

Comments

@drewsheneman
Copy link

I am getting the same exact error when running db:migrate:

rake aborted!
cannot load such file -- debase

Could you verify which versions of ruby-debug-base19x and / or linecache that should be used with this version? I have currently:

gem "ruby-debug-base19x", "~> 0.11.29", :git => 'https://github.com/windwiny/ruby-debug-base19.git'
gem 'ruby-debug-ide', '0.4.17'

linecache is not specified in my Gemfile.

bundle update and bundle install work fine, but then I can no longer migrate the database.

@denofevil
Copy link
Member

You don't need ruby-debug-base19x for debugging 2.0, you can replace it with simple gem 'debase'

@drewsheneman
Copy link
Author

That was it ... Thanks for the quick responses and help.

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

No branches or pull requests

2 participants