From f98bc6b1738fe9e5fb362b63491e6156beb89d01 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Thu, 8 May 2014 16:46:10 +0200 Subject: [PATCH] Fix the acts-as-taggable-on gem directory --- config/software/gitlab-rails.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/software/gitlab-rails.rb b/config/software/gitlab-rails.rb index f22aca1..8edbeeb 100644 --- a/config/software/gitlab-rails.rb +++ b/config/software/gitlab-rails.rb @@ -64,7 +64,7 @@ build do # To make this idempotent, we apply the patch (in case this is a first run) or # we revert and re-apply the patch (if this is a second or later run). command "git apply #{aato_patch} || (git apply -R #{aato_patch} && git apply #{aato_patch})", - :cwd => "#{install_dir}/embedded/service/gem/ruby/1.9.1/gems/acts-as-taggable-on-2.4.1" + :cwd => "#{install_dir}/embedded/service/gem/ruby/2.0.0/gems/acts-as-taggable-on-2.4.1" rake "assets:precompile", :env => {"RAILS_ENV" => "production"} # Tear down now that the assets:precompile is done. command "rm config/gitlab.yml config/database.yml" -- libgit2 0.21.2