diff options
author | Saku Ytti <saku@ytti.fi> | 2014-02-25 11:21:43 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-02-25 11:21:43 +0200 |
commit | 596607c8bad948f605fdece2829e24eac3411279 (patch) | |
tree | fc45568982ec2f5fd3a80722fd4a5be1575d6f2e /Gemfile.lock | |
parent | d750967f1abd8748b48ac3172fe4016361c3d97e (diff) |
Remove Mutex#owned? It is incompatible with 1.9.3
I didn't like that solution anyhow, but wasn't sure my locked methods
are not calling other external locked methods.
That shouldn't be the case so synchronize should work.
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c467382..883b2a5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - oxidized (0.0.22) + oxidized (0.0.23) grit haml net-ssh |