Skip to content

Commit

Permalink
bundle update
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Nov 24, 2010
1 parent fcca64c commit 8787a11
Showing 1 changed file with 38 additions and 39 deletions.
77 changes: 38 additions & 39 deletions Gemfile.lock
@@ -1,42 +1,41 @@
PATH PATH
remote: . remote: .
specs: specs:
delayed_job (2.1.0) delayed_job (2.1.1)
activesupport (~> 3.0) activesupport (~> 3.0)
daemons daemons


GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
abstract (1.0.0) abstract (1.0.0)
actionmailer (3.0.1) actionmailer (3.0.3)
actionpack (= 3.0.1) actionpack (= 3.0.3)
mail (~> 2.2.5) mail (~> 2.2.9)
actionpack (3.0.1) actionpack (3.0.3)
activemodel (= 3.0.1) activemodel (= 3.0.3)
activesupport (= 3.0.1) activesupport (= 3.0.3)
builder (~> 2.1.2) builder (~> 2.1.2)
erubis (~> 2.6.6) erubis (~> 2.6.6)
i18n (~> 0.4.1) i18n (~> 0.4)
rack (~> 1.2.1) rack (~> 1.2.1)
rack-mount (~> 0.6.12) rack-mount (~> 0.6.13)
rack-test (~> 0.5.4) rack-test (~> 0.5.6)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activemodel (3.0.1) activemodel (3.0.3)
activesupport (= 3.0.1) activesupport (= 3.0.3)
builder (~> 2.1.2) builder (~> 2.1.2)
i18n (~> 0.4.1) i18n (~> 0.4)
activerecord (3.0.1) activerecord (3.0.3)
activemodel (= 3.0.1) activemodel (= 3.0.3)
activesupport (= 3.0.1) activesupport (= 3.0.3)
arel (~> 1.0.0) arel (~> 2.0.2)
tzinfo (~> 0.3.23) tzinfo (~> 0.3.23)
activeresource (3.0.1) activeresource (3.0.3)
activemodel (= 3.0.1) activemodel (= 3.0.3)
activesupport (= 3.0.1) activesupport (= 3.0.3)
activesupport (3.0.1) activesupport (3.0.3)
arel (1.0.1) arel (2.0.4)
activesupport (~> 3.0.0)
builder (2.1.2) builder (2.1.2)
columnize (0.3.2) columnize (0.3.2)
daemons (1.1.0) daemons (1.1.0)
Expand All @@ -45,7 +44,7 @@ GEM
abstract (>= 1.0.0) abstract (>= 1.0.0)
i18n (0.4.2) i18n (0.4.2)
linecache (0.43) linecache (0.43)
mail (2.2.9) mail (2.2.10)
activesupport (>= 2.3.6) activesupport (>= 2.3.6)
i18n (~> 0.4.1) i18n (~> 0.4.1)
mime-types (~> 1.16) mime-types (~> 1.16)
Expand All @@ -58,19 +57,19 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (0.5.6) rack-test (0.5.6)
rack (>= 1.0) rack (>= 1.0)
rails (3.0.1) rails (3.0.3)
actionmailer (= 3.0.1) actionmailer (= 3.0.3)
actionpack (= 3.0.1) actionpack (= 3.0.3)
activerecord (= 3.0.1) activerecord (= 3.0.3)
activeresource (= 3.0.1) activeresource (= 3.0.3)
activesupport (= 3.0.1) activesupport (= 3.0.3)
bundler (~> 1.0.0) bundler (~> 1.0)
railties (= 3.0.1) railties (= 3.0.3)
railties (3.0.1) railties (3.0.3)
actionpack (= 3.0.1) actionpack (= 3.0.3)
activesupport (= 3.0.1) activesupport (= 3.0.3)
rake (>= 0.8.4) rake (>= 0.8.7)
thor (~> 0.14.0) thor (~> 0.14.4)
rake (0.8.7) rake (0.8.7)
rspec (2.1.0) rspec (2.1.0)
rspec-core (~> 2.1.0) rspec-core (~> 2.1.0)
Expand All @@ -86,8 +85,8 @@ GEM
ruby-debug-base (0.10.4) ruby-debug-base (0.10.4)
linecache (>= 0.3) linecache (>= 0.3)
sqlite3-ruby (1.3.2) sqlite3-ruby (1.3.2)
thor (0.14.4) thor (0.14.6)
treetop (1.4.8) treetop (1.4.9)
polyglot (>= 0.3.1) polyglot (>= 0.3.1)
tzinfo (0.3.23) tzinfo (0.3.23)


Expand Down

0 comments on commit 8787a11

Please sign in to comment.