Closed fsalas closed 5 years ago
Actually I know this can be misleading but you shouldn't run "bundle install" from the plugin directory, you should do that from your Redmine root directory, and then it works.
I'm waiting for Redmine 2.6.0 to be released so I can rename Gemfile to PluginGemfile and things will be a bit clearer (and actually running bundle install from the plugin will work as bundler will understand your app is 2 directories up)
Jean-Baptiste
Le 17 sept. 2014 à 22:35, Fernando Salas notifications@github.com a écrit :
The bundle install fails, you need to add the source to Gemfile, after adding "source 'https://rubygems.org'" to the Gemfile instalation works as expected
— Reply to this email directly or view it on GitHub.
The Gemfile has been renamed to PluginGemfile.
The bundle install fails, you need to add the source to Gemfile, after adding "source 'https://rubygems.org'" to the Gemfile instalation works as expected