ruby on rails - Bundler says I already activated a gem but my gemfile requires a different version? -
i ran "bundle exec install" yet still following error:
gem::loaderror: have activated metaclass 0.0.2, gemfile requires metaclass 0.0.1. using bundle exec may solve this.
why happening? shouldn't executing in context of current app?
i think want use:
bundle install
Comments
Post a Comment