Skip to content

Commit

Permalink
bump the bundle to Rails 3.0.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Oct 12, 2010
1 parent 35216e2 commit b6e4e28
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,32 @@ GEM
remote: http://rubygems.org/
specs:
abstract (1.0.0)
actionpack (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
actionpack (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
builder (~> 2.1.2)
erubis (~> 2.6.6)
i18n (~> 0.4.1)
rack (~> 1.2.1)
rack-mount (~> 0.6.9)
rack-mount (~> 0.6.12)
rack-test (~> 0.5.4)
tzinfo (~> 0.3.22)
activemodel (3.0.0.rc)
activesupport (= 3.0.0.rc)
tzinfo (~> 0.3.23)
activemodel (3.0.0)
activesupport (= 3.0.0)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
arel (~> 0.4.0)
tzinfo (~> 0.3.22)
activeresource (3.0.0.rc)
activemodel (= 3.0.0.rc)
activesupport (= 3.0.0.rc)
activesupport (3.0.0.rc)
addressable (2.1.2)
arel (0.4.0)
activesupport (>= 3.0.0.beta)
activerecord (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
arel (~> 1.0.0)
tzinfo (~> 0.3.23)
activeresource (3.0.0)
activemodel (= 3.0.0)
activesupport (= 3.0.0)
activesupport (3.0.0)
addressable (2.2.0)
arel (1.0.1)
activesupport (~> 3.0.0)
builder (2.1.2)
columnize (0.3.1)
data_objects (0.10.1)
Expand All @@ -47,7 +47,7 @@ GEM
mysql (2.8.1)
pg (0.8.0)
rack (1.2.1)
rack-mount (0.6.9)
rack-mount (0.6.13)
rack (>= 1.0.0)
rack-test (0.5.4)
rack (>= 1.0)
Expand All @@ -60,7 +60,7 @@ GEM
linecache (>= 0.3)
sequel (3.8.0)
sqlite3-ruby (1.2.5)
tzinfo (0.3.22)
tzinfo (0.3.23)

PLATFORMS
ruby
Expand Down

0 comments on commit b6e4e28

Please sign in to comment.