mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fog bombs out on ruby 1.8.x because it cannot find Mutex
This commit is contained in:
parent
a3c375ca5c
commit
3ddf43fd85
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
require 'thread'
|
||||
module Fog
|
||||
class CurrentMachine
|
||||
@@lock = Mutex.new
|
||||
|
|
Loading…
Reference in a new issue