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

ember-dev is pointing to master branch instead of ruby in Gemfile #71

Closed
kushdilip opened this issue Nov 28, 2014 · 3 comments
Closed

Comments

@kushdilip
Copy link

When I tried running bundle install, I got following error.

Could not find gem 'ember-dev (>= 0) ruby' in https://github.com/emberjs/ember-dev.git (at master).
Source does not contain any versions of 'ember-dev (>= 0) ruby'

Then I changed
gem 'ember-dev', git: 'https://github.com/emberjs/ember-dev.git', branch: 'master'
To this
gem 'ember-dev', git: 'https://github.com/emberjs/ember-dev.git', branch: 'ruby'

@kushdilip kushdilip changed the title ember-dev is pointing to pointing to master instead of ruby in Gemfile ember-dev is pointing to master instead of ruby in Gemfile Nov 28, 2014
@kushdilip kushdilip changed the title ember-dev is pointing to master instead of ruby in Gemfile ember-dev is pointing to master branch instead of ruby in Gemfile Nov 28, 2014
@rwjblue
Copy link
Member

rwjblue commented Nov 28, 2014

Yes, this repos build process definitely needs to be rewritten.

@jakecraige
Copy link
Member

figured I'd point out that as of today I just ran this all and it worked on my machine

@rwjblue
Copy link
Member

rwjblue commented Dec 24, 2014

@jakecraige - Ya, I fixed in #75.

@rwjblue rwjblue closed this as completed Dec 24, 2014
kratiahuja pushed a commit to kratiahuja/ember-resolver that referenced this issue Aug 5, 2016
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

3 participants