Commit b53cbce5 by jasl

bug fix

parent 3923fd96
......@@ -3,6 +3,9 @@
# tmp file for with_advisory_lock, see https://github.com/ClosureTree/with_advisory_lock/issues/3
ENV["FLOCK_DIR"] ||= File.expand_path("../tmp/locks", __dir__)
require "fileutils"
FileUtils.mkdir_p ENV["FLOCK_DIR"]
# Set up gems listed in the Gemfile.
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../../Gemfile", __dir__)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment