Track path changes in History. Resolves #1441 (#1443)

* Track path changes in History.
* Reactivate rename following on JRuby
This commit is contained in:
Dawa Ometto
2020-03-16 01:09:42 +01:00
committed by GitHub
parent f516b1cb79
commit ee267f72a2
7 changed files with 43 additions and 23 deletions
-3
View File
@@ -1,10 +1,7 @@
source 'https://rubygems.org'
if RUBY_PLATFORM == 'java'
gem 'gollum-rjgit_adapter', :git => 'https://github.com/gollum/rjgit_adapter' # For development purposes
gem 'warbler'
else
gem 'gollum-rugged_adapter', :git => 'https://github.com/gollum/rugged_adapter.git' # For development purposes
end
gem 'gollum-lib', :git => 'https://github.com/gollum/gollum-lib.git', :branch => 'gollum-lib-5.x' # For development purposes