I attempted to install the DMSF plugin and received the following error:
"/data/redmine-2.0.3-0/ruby/lib/ruby/gems/1.8/gems/bundler-1.0.21/lib/bundler/dsl .rb:209:in `_normalize_options': You passed :github as an option for gem 'dav4rack', but it is invalid."
After posting the error to the plugin github the developer suggested updating bundler to version 1.1.
"Please try updating your version of bundler - bundler 1.1 I believe encorporated the github tag that you're struggling with."
Can this be done without breaking other parts of Redmine, and if so how is this done correctly.
DMSF's current dependencies are:
- Bundler 1.1 or greater (Gem)
- Redmine 2.0.x
- Rails 3.2.x (Inline with Redmine installation requirement)
- zip (Gem)
- Nikogiri 1.4.2 or greater (Gem)
- UUIDTools 2.1.1 or greater (less than 2.2.0) (Gem)
- simple_enum (Gem)
I am currently running Bitnami Redmine Stack 2.0.3-0
Thanks in advanced, rkovach