summaryrefslogtreecommitdiff
path: root/lib/bundler/process_lock.rb
Commit message (Collapse)AuthorAgeFilesLines
* handle Errno::ENOTSUP in Bundler process lock filecolby/process-lock-enotsupColby Swandale2018-06-151-1/+1
|
* Handle case where user does not have write access and add an explict unlock ↵Stefan Sedich2017-07-111-5/+8
| | | | as it seems Ruby 1.8.7 does not unlock on closing of the file
* Adding process lock for bundle install operations to fix issue where ↵Stefan Sedich2017-07-111-0/+21
multiple concurrent bundle install operations fail to complete