updated to rails 3.1.3
This commit is contained in:
84
Gemfile.lock
84
Gemfile.lock
@@ -1,6 +1,6 @@
|
||||
GIT
|
||||
remote: git://github.com/ernie/meta_search.git
|
||||
revision: 34a574f9b6d602169cff6d551293256bc0debc65
|
||||
revision: 1b8522a4129b5771c920898cb05badbe119c2f35
|
||||
specs:
|
||||
meta_search (1.1.1)
|
||||
actionpack (~> 3.1.0)
|
||||
@@ -17,45 +17,45 @@ GIT
|
||||
|
||||
GIT
|
||||
remote: http://github.com/EmmanuelOga/ffaker.git
|
||||
revision: 80dc4cf8531b12bf6f5425d2a35b27be91acc447
|
||||
revision: f95ce5645d706d865990184ff83d40fe8ccc5e49
|
||||
specs:
|
||||
ffaker (1.8.1)
|
||||
ffaker (1.10.1)
|
||||
|
||||
GEM
|
||||
remote: http://gemcutter.org/
|
||||
specs:
|
||||
actionmailer (3.1.1)
|
||||
actionpack (= 3.1.1)
|
||||
actionmailer (3.1.3)
|
||||
actionpack (= 3.1.3)
|
||||
mail (~> 2.3.0)
|
||||
actionpack (3.1.1)
|
||||
activemodel (= 3.1.1)
|
||||
activesupport (= 3.1.1)
|
||||
actionpack (3.1.3)
|
||||
activemodel (= 3.1.3)
|
||||
activesupport (= 3.1.3)
|
||||
builder (~> 3.0.0)
|
||||
erubis (~> 2.7.0)
|
||||
i18n (~> 0.6)
|
||||
rack (~> 1.3.2)
|
||||
rack (~> 1.3.5)
|
||||
rack-cache (~> 1.1)
|
||||
rack-mount (~> 0.8.2)
|
||||
rack-test (~> 0.6.1)
|
||||
sprockets (~> 2.0.2)
|
||||
activemodel (3.1.1)
|
||||
activesupport (= 3.1.1)
|
||||
sprockets (~> 2.0.3)
|
||||
activemodel (3.1.3)
|
||||
activesupport (= 3.1.3)
|
||||
builder (~> 3.0.0)
|
||||
i18n (~> 0.6)
|
||||
activerecord (3.1.1)
|
||||
activemodel (= 3.1.1)
|
||||
activesupport (= 3.1.1)
|
||||
activerecord (3.1.3)
|
||||
activemodel (= 3.1.3)
|
||||
activesupport (= 3.1.3)
|
||||
arel (~> 2.2.1)
|
||||
tzinfo (~> 0.3.29)
|
||||
activeresource (3.1.1)
|
||||
activemodel (= 3.1.1)
|
||||
activesupport (= 3.1.1)
|
||||
activesupport (3.1.1)
|
||||
activeresource (3.1.3)
|
||||
activemodel (= 3.1.3)
|
||||
activesupport (= 3.1.3)
|
||||
activesupport (3.1.3)
|
||||
multi_json (~> 1.0)
|
||||
arel (2.2.1)
|
||||
awesome_print (0.4.0)
|
||||
builder (3.0.0)
|
||||
chronic (0.6.4)
|
||||
chronic (0.6.6)
|
||||
coderay (0.9.8)
|
||||
daemons (1.1.4)
|
||||
delayed_job (2.1.4)
|
||||
@@ -64,12 +64,12 @@ GEM
|
||||
erubis (2.7.0)
|
||||
execjs (1.2.9)
|
||||
multi_json (~> 1.0)
|
||||
factory_girl (2.2.0)
|
||||
factory_girl (2.3.2)
|
||||
activesupport
|
||||
hike (1.2.1)
|
||||
i18n (0.6.0)
|
||||
json (1.6.1)
|
||||
libv8 (3.3.10.2)
|
||||
json (1.6.2)
|
||||
libv8 (3.3.10.4)
|
||||
mail (2.3.0)
|
||||
i18n (>= 0.4.0)
|
||||
mime-types (~> 1.16)
|
||||
@@ -86,15 +86,15 @@ GEM
|
||||
mime-types (1.17.2)
|
||||
mocha (0.10.0)
|
||||
metaclass (~> 0.0.1)
|
||||
multi_json (1.0.3)
|
||||
net-http-digest_auth (1.1.1)
|
||||
multi_json (1.0.4)
|
||||
net-http-digest_auth (1.2)
|
||||
net-http-persistent (1.9)
|
||||
nokogiri (1.5.0)
|
||||
pg (0.11.0)
|
||||
polyamorous (0.5.0)
|
||||
activerecord (~> 3.0)
|
||||
polyglot (0.3.3)
|
||||
pry (0.9.7.3)
|
||||
pry (0.9.7.4)
|
||||
coderay (~> 0.9.8)
|
||||
method_source (~> 0.6.7)
|
||||
ruby_parser (>= 2.3.1)
|
||||
@@ -108,17 +108,17 @@ GEM
|
||||
rack
|
||||
rack-test (0.6.1)
|
||||
rack (>= 1.0)
|
||||
rails (3.1.1)
|
||||
actionmailer (= 3.1.1)
|
||||
actionpack (= 3.1.1)
|
||||
activerecord (= 3.1.1)
|
||||
activeresource (= 3.1.1)
|
||||
activesupport (= 3.1.1)
|
||||
rails (3.1.3)
|
||||
actionmailer (= 3.1.3)
|
||||
actionpack (= 3.1.3)
|
||||
activerecord (= 3.1.3)
|
||||
activeresource (= 3.1.3)
|
||||
activesupport (= 3.1.3)
|
||||
bundler (~> 1.0)
|
||||
railties (= 3.1.1)
|
||||
railties (3.1.1)
|
||||
actionpack (= 3.1.1)
|
||||
activesupport (= 3.1.1)
|
||||
railties (= 3.1.3)
|
||||
railties (3.1.3)
|
||||
actionpack (= 3.1.3)
|
||||
activesupport (= 3.1.3)
|
||||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
rdoc (~> 3.4)
|
||||
@@ -129,8 +129,8 @@ GEM
|
||||
rmagick (2.13.1)
|
||||
ruby_parser (2.3.1)
|
||||
sexp_processor (~> 3.0)
|
||||
sass (3.1.10)
|
||||
sexp_processor (3.0.7)
|
||||
sass (3.1.11)
|
||||
sexp_processor (3.0.8)
|
||||
shoulda (2.11.3)
|
||||
silent-postgres (0.1.1)
|
||||
simple_form (1.5.2)
|
||||
@@ -148,15 +148,15 @@ GEM
|
||||
super_exception_notifier (3.0.13)
|
||||
actionmailer
|
||||
rake
|
||||
therubyracer (0.9.8)
|
||||
therubyracer (0.9.9)
|
||||
libv8 (~> 3.3.10)
|
||||
thor (0.14.6)
|
||||
tilt (1.3.3)
|
||||
treetop (1.4.10)
|
||||
polyglot
|
||||
polyglot (>= 0.3.1)
|
||||
tzinfo (0.3.30)
|
||||
uglifier (1.0.4)
|
||||
tzinfo (0.3.31)
|
||||
uglifier (1.1.0)
|
||||
execjs (>= 0.3.0)
|
||||
multi_json (>= 1.0.2)
|
||||
webrobots (0.0.12)
|
||||
@@ -180,7 +180,7 @@ DEPENDENCIES
|
||||
nokogiri
|
||||
pg
|
||||
pry
|
||||
rails (= 3.1.1)
|
||||
rails (= 3.1.3)
|
||||
rmagick
|
||||
sanitize!
|
||||
sass
|
||||
|
||||
Reference in New Issue
Block a user