gemfile.lock
This commit is contained in:
parent
d29262a82b
commit
76ccc1621f
|
@ -71,6 +71,7 @@ GEM
|
|||
jammit (0.6.0)
|
||||
closure-compiler (>= 0.1.0)
|
||||
yui-compressor (>= 0.9.1)
|
||||
kgio (2.3.3)
|
||||
mail (2.2.15)
|
||||
activesupport (>= 2.3.6)
|
||||
i18n (>= 0.4.0)
|
||||
|
@ -123,6 +124,9 @@ GEM
|
|||
treetop (1.4.9)
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.24)
|
||||
unicorn (3.5.0)
|
||||
kgio (~> 2.3)
|
||||
rack
|
||||
warden (1.0.3)
|
||||
rack (>= 1.0.0)
|
||||
will_paginate (3.0.pre2)
|
||||
|
@ -147,4 +151,5 @@ DEPENDENCIES
|
|||
rails (= 3.0.5)
|
||||
rspec-rails (>= 2.0.1)
|
||||
russian
|
||||
unicorn
|
||||
will_paginate (~> 3.0.pre2)
|
||||
|
|
Loading…
Reference in New Issue