From b5732e31c6699d0749ab2c7efcee890a8daff005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Wed, 4 May 2011 18:45:08 +0200 Subject: [PATCH] Bump to 3.0.7. --- Gemfile | 2 +- Gemfile.lock | 66 ++++++++++++++++++++++++++-------------------------- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/Gemfile b/Gemfile index e901e5de..531018ea 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "http://rubygems.org" gemspec -gem "rails", "~> 3.0.4" +gem "rails", "~> 3.0.7" gem "oa-oauth", '~> 0.2.0', :require => "omniauth/oauth" gem "oa-openid", '~> 0.2.0', :require => "omniauth/openid" diff --git a/Gemfile.lock b/Gemfile.lock index 8eca0d11..6b6cb547 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,38 +10,38 @@ GEM remote: http://rubygems.org/ specs: abstract (1.0.0) - actionmailer (3.0.4) - actionpack (= 3.0.4) + actionmailer (3.0.7) + actionpack (= 3.0.7) mail (~> 2.2.15) - actionpack (3.0.4) - activemodel (= 3.0.4) - activesupport (= 3.0.4) + 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.4) - activesupport (= 3.0.4) + activemodel (3.0.7) + activesupport (= 3.0.7) builder (~> 2.1.2) - i18n (~> 0.4) - activerecord (3.0.4) - activemodel (= 3.0.4) - activesupport (= 3.0.4) + i18n (~> 0.5.0) + activerecord (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) arel (~> 2.0.2) tzinfo (~> 0.3.23) activerecord-jdbc-adapter (1.1.1) activerecord-jdbcsqlite3-adapter (1.1.1) activerecord-jdbc-adapter (= 1.1.1) jdbc-sqlite3 (~> 3.6.0) - activeresource (3.0.4) - activemodel (= 3.0.4) - activesupport (= 3.0.4) - activesupport (3.0.4) + activeresource (3.0.7) + activemodel (= 3.0.7) + activesupport (= 3.0.7) + activesupport (3.0.7) addressable (2.2.4) - arel (2.0.8) + arel (2.0.9) bcrypt-ruby (2.1.4) bcrypt-ruby (2.1.4-java) bson (1.3.0) @@ -57,7 +57,7 @@ GEM i18n (0.5.0) jdbc-sqlite3 (3.6.14.2.056-java) linecache (0.43) - mail (2.2.15) + mail (2.2.19) activesupport (>= 2.3.6) i18n (>= 0.4.0) mime-types (~> 1.16) @@ -94,25 +94,25 @@ GEM multi_json (~> 0.0.4) orm_adapter (0.0.4) polyglot (0.3.1) - rack (1.2.1) - rack-mount (0.6.13) + rack (1.2.2) + rack-mount (0.6.14) rack (>= 1.0.0) rack-openid (1.2.0) rack (>= 1.1.0) ruby-openid (>= 2.1.8) rack-test (0.5.7) rack (>= 1.0) - rails (3.0.4) - actionmailer (= 3.0.4) - actionpack (= 3.0.4) - activerecord (= 3.0.4) - activeresource (= 3.0.4) - activesupport (= 3.0.4) + 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.4) - railties (3.0.4) - actionpack (= 3.0.4) - activesupport (= 3.0.4) + 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) @@ -130,7 +130,7 @@ GEM thor (0.14.6) treetop (1.4.9) polyglot (>= 0.3.1) - tzinfo (0.3.24) + tzinfo (0.3.27) warden (1.0.3) rack (>= 1.0.0) weakling (0.0.4-java) @@ -153,7 +153,7 @@ DEPENDENCIES mongoid (= 2.0.1) oa-oauth (~> 0.2.0) oa-openid (~> 0.2.0) - rails (~> 3.0.4) + rails (~> 3.0.7) ruby-debug (>= 0.10.3) sqlite3-ruby webrat (= 0.7.2)