You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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
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
When I tried running
bundle install
, I got following error.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'
The text was updated successfully, but these errors were encountered: