Skip to content

Instantly share code, notes, and snippets.

@toamitkumar
Created January 20, 2012 16:53
Show Gist options
  • Save toamitkumar/1648360 to your computer and use it in GitHub Desktop.
Save toamitkumar/1648360 to your computer and use it in GitHub Desktop.
Invalid gemspec in” and “Illformed requirement”
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