Created
January 20, 2012 16:53
-
-
Save toamitkumar/1648360 to your computer and use it in GitHub Desktop.
Invalid gemspec in” and “Illformed requirement”
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps: | |
If you are using RVM, then follow the steps below: | |
1. Clear your gemset | |
$ rvm gemset empty | |
2. Update to the latest version of rubygems | |
$ gem update --system | |
3. Install bundler if it was part of the gemset | |
$ rvm @global gem install bundler | |
4. Install the gems | |
$ bundle | |
If you are not using RVM: | |
$ gem update --system |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment