Commit dce3bbc8 authored by Francisco Juan's avatar Francisco Juan

added lockfile gem

parent a23cc6ac
...@@ -21,6 +21,10 @@ group :rmagick do ...@@ -21,6 +21,10 @@ group :rmagick do
gem "rmagick", ">= 1.15.17" gem "rmagick", ">= 1.15.17"
end end
#Required by gitolite
gem "lockfile"
# Use the commented pure ruby gems, if you have not the needed prerequisites on # Use the commented pure ruby gems, if you have not the needed prerequisites on
# board to compile the native ones. Note, that their use is discouraged, since # board to compile the native ones. Note, that their use is discouraged, since
# their integration is propbably not that well tested and their are slower in # their integration is propbably not that well tested and their are slower in
......
...@@ -15,6 +15,7 @@ GEM ...@@ -15,6 +15,7 @@ GEM
edavis10-object_daddy (0.4.3) edavis10-object_daddy (0.4.3)
i18n (0.4.2) i18n (0.4.2)
json (1.6.5) json (1.6.5)
lockfile (2.1.0)
metaclass (0.0.1) metaclass (0.0.1)
mocha (0.10.5) mocha (0.10.5)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
...@@ -47,6 +48,7 @@ DEPENDENCIES ...@@ -47,6 +48,7 @@ DEPENDENCIES
edavis10-object_daddy edavis10-object_daddy
i18n (~> 0.4.2) i18n (~> 0.4.2)
jruby-openssl jruby-openssl
lockfile
mocha mocha
pg (~> 0.9.0) pg (~> 0.9.0)
rails (= 2.3.12) rails (= 2.3.12)
......
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