Closed tofi86 closed 10 years ago
Cheers, thanks for reporting this. I didn't actually check that the cloned install still worked. It should work now, can you verify this?
That said, I suspect the git-based install might go away eventually in favor of doing it entirely via gems, which does give some benefits. You should be able to achieve the best of both worlds by adding
gem "redmine_github_hook", :github => "koppen/redmine_github_hook"
to your Gemfile.local, though.
thanks for fixing. however it seems as if I have to update my bundler version...
Bundler could not find compatible versions for gem "bundler":
In Gemfile:
bundler (~> 1.5) ruby
Current Bundler version:
bundler (1.3.5)
This Gemfile requires a different version of Bundler.
Perhaps you need to update Bundler by running `gem install bundler`?
as you require bundler 1.5 and I have 1.3.5 installed...
I'll have a look at the weekend how to update bundler without breaking anything else... :-/
Alright, also works with updated bundler gem (v1.5.3).
Hi, I have the plugin installed as a git clone in my plugins directory. This always worked very well, until you introduced the gemify commit.
I just wanted to upgrade to the latest version and after my
git pull
now get that for plugin-upgrades:After switching back to commit before "gemify", verything works as expected.
Please have a look and restore git cloning functionality!
Thanks, Tobias