Commit f98bc6b1738fe9e5fb362b63491e6156beb89d01
1 parent
763f9f35
Exists in
master
and in
11 other branches
Fix the acts-as-taggable-on gem directory
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/software/gitlab-rails.rb
@@ -64,7 +64,7 @@ build do | @@ -64,7 +64,7 @@ build do | ||
64 | # To make this idempotent, we apply the patch (in case this is a first run) or | 64 | # To make this idempotent, we apply the patch (in case this is a first run) or |
65 | # we revert and re-apply the patch (if this is a second or later run). | 65 | # we revert and re-apply the patch (if this is a second or later run). |
66 | command "git apply #{aato_patch} || (git apply -R #{aato_patch} && git apply #{aato_patch})", | 66 | command "git apply #{aato_patch} || (git apply -R #{aato_patch} && git apply #{aato_patch})", |
67 | - :cwd => "#{install_dir}/embedded/service/gem/ruby/1.9.1/gems/acts-as-taggable-on-2.4.1" | 67 | + :cwd => "#{install_dir}/embedded/service/gem/ruby/2.0.0/gems/acts-as-taggable-on-2.4.1" |
68 | rake "assets:precompile", :env => {"RAILS_ENV" => "production"} | 68 | rake "assets:precompile", :env => {"RAILS_ENV" => "production"} |
69 | # Tear down now that the assets:precompile is done. | 69 | # Tear down now that the assets:precompile is done. |
70 | command "rm config/gitlab.yml config/database.yml" | 70 | command "rm config/gitlab.yml config/database.yml" |