Skip to content
This repository has been archived by the owner on Feb 5, 2019. It is now read-only.

Commit

Permalink
Rails 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RISCfuture committed Jan 20, 2011
1 parent 09a4f7c commit 2ba2c48
Showing 1 changed file with 25 additions and 31 deletions.
56 changes: 25 additions & 31 deletions Gemfile.lock
Expand Up @@ -2,43 +2,37 @@ GEM
remote: http://rubygems.org/
specs:
RedCloth (4.2.3)
activemodel (3.0.1)
activesupport (= 3.0.1)
activemodel (3.0.3)
activesupport (= 3.0.3)
builder (~> 2.1.2)
i18n (~> 0.4.1)
activerecord (3.0.1)
activemodel (= 3.0.1)
activesupport (= 3.0.1)
arel (~> 1.0.0)
i18n (~> 0.4)
activerecord (3.0.3)
activemodel (= 3.0.3)
activesupport (= 3.0.3)
arel (~> 2.0.2)
tzinfo (~> 0.3.23)
activesupport (3.0.1)
arel (1.0.1)
activesupport (~> 3.0.0)
activesupport (3.0.3)
arel (2.0.7)
builder (2.1.2)
diff-lcs (1.1.2)
factory_girl (1.3.2)
gemcutter (0.6.1)
factory_girl (1.3.3)
git (1.2.5)
i18n (0.4.2)
jeweler (1.4.0)
gemcutter (>= 0.1.0)
i18n (0.5.0)
jeweler (1.5.2)
bundler (~> 1.0.0)
git (>= 1.2.5)
rubyforge (>= 2.0.0)
json_pure (1.4.6)
rspec (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rspec-mocks (~> 2.0.1)
rspec-core (2.0.1)
rspec-expectations (2.0.1)
diff-lcs (>= 1.1.2)
rspec-mocks (2.0.1)
rspec-core (~> 2.0.1)
rspec-expectations (~> 2.0.1)
rubyforge (2.0.4)
json_pure (>= 1.1.7)
tzinfo (0.3.23)
yard (0.6.1)
rake
rake (0.8.7)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
tzinfo (0.3.24)
yard (0.6.4)

PLATFORMS
ruby
Expand Down

0 comments on commit 2ba2c48

Please sign in to comment.