diff --git a/Gemfile b/Gemfile index affb8349d..6c5a8e766 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ group :test do gem "simplecov", :require => false end -gem "rails", "3.0.5" +gem "rails", "3.0.7" gem "pg" gem "memcache-client", :require => "memcache" gem "imagesize", :require => "image_size" diff --git a/Gemfile.lock b/Gemfile.lock index a543e5065..121fcb6ee 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,8 +1,8 @@ GIT remote: http://github.com/EmmanuelOga/ffaker.git - revision: fc090a6f62d63bd03546e8272e4c9ecd027a77de + revision: 59fb6d76c64fe93a178d3d078cebda5f78eea5cb specs: - ffaker (1.4.0) + ffaker (1.5.0) GIT remote: http://github.com/mislav/will_paginate.git @@ -15,45 +15,45 @@ GEM remote: http://gemcutter.org/ specs: abstract (1.0.0) - actionmailer (3.0.5) - actionpack (= 3.0.5) + actionmailer (3.0.7) + actionpack (= 3.0.7) mail (~> 2.2.15) - actionpack (3.0.5) - activemodel (= 3.0.5) - activesupport (= 3.0.5) + actionpack (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) builder (~> 2.1.2) erubis (~> 2.6.6) - i18n (~> 0.4) + i18n (~> 0.5.0) rack (~> 1.2.1) - rack-mount (~> 0.6.13) + rack-mount (~> 0.6.14) rack-test (~> 0.5.7) tzinfo (~> 0.3.23) - activemodel (3.0.5) - activesupport (= 3.0.5) + activemodel (3.0.7) + activesupport (= 3.0.7) builder (~> 2.1.2) - i18n (~> 0.4) - activerecord (3.0.5) - activemodel (= 3.0.5) - activesupport (= 3.0.5) + i18n (~> 0.5.0) + activerecord (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) arel (~> 2.0.2) tzinfo (~> 0.3.23) - activeresource (3.0.5) - activemodel (= 3.0.5) - activesupport (= 3.0.5) - activesupport (3.0.5) + activeresource (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) + activesupport (3.0.7) arel (2.0.9) builder (2.1.2) - daemons (1.1.0) + daemons (1.1.3) delayed_job (2.1.4) activesupport (~> 3.0) daemons erubis (2.6.6) abstract (>= 1.0.0) factory_girl (1.3.3) - haml (3.0.25) + haml (3.1.1) i18n (0.5.0) imagesize (0.1.1) - mail (2.2.15) + mail (2.2.19) activesupport (>= 2.3.6) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -61,7 +61,7 @@ GEM mechanize (1.0.0) nokogiri (>= 1.2.1) memcache-client (1.8.5) - meta_search (1.0.3) + meta_search (1.0.4) actionpack (~> 3.0.2) activerecord (~> 3.0.2) activesupport (~> 3.0.2) @@ -69,40 +69,40 @@ GEM mime-types (1.16) mocha (0.9.12) nokogiri (1.4.4) - pg (0.10.1) + pg (0.11.0) polyglot (0.3.1) rack (1.2.2) - rack-mount (0.6.13) + rack-mount (0.6.14) rack (>= 1.0.0) rack-test (0.5.7) rack (>= 1.0) - rails (3.0.5) - actionmailer (= 3.0.5) - actionpack (= 3.0.5) - activerecord (= 3.0.5) - activeresource (= 3.0.5) - activesupport (= 3.0.5) + rails (3.0.7) + actionmailer (= 3.0.7) + actionpack (= 3.0.7) + activerecord (= 3.0.7) + activeresource (= 3.0.7) + activesupport (= 3.0.7) bundler (~> 1.0) - railties (= 3.0.5) - railties (3.0.5) - actionpack (= 3.0.5) - activesupport (= 3.0.5) + railties (= 3.0.7) + railties (3.0.7) + actionpack (= 3.0.7) + activesupport (= 3.0.7) rake (>= 0.8.7) thor (~> 0.14.4) rake (0.8.7) shoulda (2.11.3) - silent-postgres (0.0.7) + silent-postgres (0.0.8) simple_form (1.3.1) - simplecov (0.4.1) - simplecov-html (~> 0.4.3) - simplecov-html (0.4.3) + simplecov (0.4.2) + simplecov-html (~> 0.4.4) + simplecov-html (0.4.4) super_exception_notifier (3.0.13) actionmailer rake thor (0.14.6) treetop (1.4.9) polyglot (>= 0.3.1) - tzinfo (0.3.25) + tzinfo (0.3.27) PLATFORMS ruby @@ -119,7 +119,7 @@ DEPENDENCIES mocha nokogiri pg - rails (= 3.0.5) + rails (= 3.0.7) shoulda silent-postgres simple_form