Im learning ruby on rails for a module and class and following a tutorial. When I try to install a gem like this: gem simple-navigation (or gem "simple-navigation") I get this error
ERROR while executing gem ... (Gem:CommandLineError)
unknown command simple-navigation
This happens with all gems. gem install simple-navigation works, however doesnt install when i run bundle install. I have to manually add it to the gemfile to get it to work.
Anyone know why this is happening? Using Ruby 2.00 and Rails 4