sync
This commit is contained in:
76
Gemfile.lock
76
Gemfile.lock
@@ -1,13 +1,20 @@
|
||||
GIT
|
||||
remote: http://github.com/mislav/will_paginate.git
|
||||
revision: 3615938
|
||||
branch: rails3
|
||||
specs:
|
||||
will_paginate (3.0.pre2)
|
||||
|
||||
GEM
|
||||
remote: http://gemcutter.org/
|
||||
specs:
|
||||
abstract (1.0.0)
|
||||
actionmailer (3.0.0.rc2)
|
||||
actionpack (= 3.0.0.rc2)
|
||||
actionmailer (3.0.0)
|
||||
actionpack (= 3.0.0)
|
||||
mail (~> 2.2.5)
|
||||
actionpack (3.0.0.rc2)
|
||||
activemodel (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
actionpack (3.0.0)
|
||||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
builder (~> 2.1.2)
|
||||
erubis (~> 2.6.6)
|
||||
i18n (~> 0.4.1)
|
||||
@@ -15,21 +22,21 @@ GEM
|
||||
rack-mount (~> 0.6.12)
|
||||
rack-test (~> 0.5.4)
|
||||
tzinfo (~> 0.3.23)
|
||||
activemodel (3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
activemodel (3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
builder (~> 2.1.2)
|
||||
i18n (~> 0.4.1)
|
||||
activerecord (3.0.0.rc2)
|
||||
activemodel (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
arel (~> 1.0.0.rc1)
|
||||
activerecord (3.0.0)
|
||||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
arel (~> 1.0.0)
|
||||
tzinfo (~> 0.3.23)
|
||||
activeresource (3.0.0.rc2)
|
||||
activemodel (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
activesupport (3.0.0.rc2)
|
||||
arel (1.0.0.rc1)
|
||||
activesupport (>= 3.0.0.beta)
|
||||
activeresource (3.0.0)
|
||||
activemodel (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
activesupport (3.0.0)
|
||||
arel (1.0.1)
|
||||
activesupport (~> 3.0.0)
|
||||
builder (2.1.2)
|
||||
daemons (1.1.0)
|
||||
delayed_job (2.0.3)
|
||||
@@ -38,6 +45,7 @@ GEM
|
||||
abstract (>= 1.0.0)
|
||||
factory_girl (1.3.1)
|
||||
faker (0.3.1)
|
||||
haml (3.0.21)
|
||||
i18n (0.4.1)
|
||||
imagesize (0.1.1)
|
||||
mail (2.2.5)
|
||||
@@ -55,21 +63,25 @@ GEM
|
||||
rack (>= 1.0.0)
|
||||
rack-test (0.5.4)
|
||||
rack (>= 1.0)
|
||||
rails (3.0.0.rc2)
|
||||
actionmailer (= 3.0.0.rc2)
|
||||
actionpack (= 3.0.0.rc2)
|
||||
activerecord (= 3.0.0.rc2)
|
||||
activeresource (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
bundler (>= 1.0.0.rc.6)
|
||||
railties (= 3.0.0.rc2)
|
||||
railties (3.0.0.rc2)
|
||||
actionpack (= 3.0.0.rc2)
|
||||
activesupport (= 3.0.0.rc2)
|
||||
rake (>= 0.8.3)
|
||||
rails (3.0.0)
|
||||
actionmailer (= 3.0.0)
|
||||
actionpack (= 3.0.0)
|
||||
activerecord (= 3.0.0)
|
||||
activeresource (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
bundler (~> 1.0.0)
|
||||
railties (= 3.0.0)
|
||||
railties (3.0.0)
|
||||
actionpack (= 3.0.0)
|
||||
activesupport (= 3.0.0)
|
||||
rake (>= 0.8.4)
|
||||
thor (~> 0.14.0)
|
||||
rake (0.8.7)
|
||||
shoulda (2.11.1)
|
||||
simple_form (1.2.2)
|
||||
super_exception_notifier (3.0.13)
|
||||
actionmailer
|
||||
rake
|
||||
thor (0.14.0)
|
||||
treetop (1.4.8)
|
||||
polyglot (>= 0.3.1)
|
||||
@@ -82,9 +94,13 @@ DEPENDENCIES
|
||||
delayed_job
|
||||
factory_girl
|
||||
faker
|
||||
haml
|
||||
imagesize
|
||||
memcache-client
|
||||
mocha
|
||||
pg
|
||||
rails (= 3.0.0.rc2)
|
||||
rails (= 3.0.0)
|
||||
shoulda
|
||||
simple_form
|
||||
super_exception_notifier
|
||||
will_paginate!
|
||||
|
||||
Reference in New Issue
Block a user