Skip to content
Snippets Groups Projects

Add gem install bundler to installation guide

Closed gitlab-qa-bot requested to merge github/fork/pschultz/patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -151,7 +151,7 @@ class Repository
@@ -151,7 +151,7 @@ class Repository
return nil unless commit
return nil unless commit
# Build file path
# Build file path
file_name = self.path_with_namespace + "-" + commit.id.to_s + ".tar.gz"
file_name = self.path_with_namespace.gsub("/","_") + "-" + commit.id.to_s + ".tar.gz"
storage_path = Rails.root.join("tmp", "repositories")
storage_path = Rails.root.join("tmp", "repositories")
file_path = File.join(storage_path, file_name)
file_path = File.join(storage_path, file_name)
Loading