cat-town
Dan Buch 13 years ago
parent 1197984300
commit 9d7e019c6b

@ -1,2 +1,3 @@
log/*.log log/*.log
tmp/* tmp/*
.rbenv-version

@ -1,3 +1,3 @@
source :rubygems source :rubygems
gem 'rails', '~> 2.3.2' gem 'rails', '2.3.2'

@ -1,23 +1,21 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
actionmailer (2.3.14) actionmailer (2.3.2)
actionpack (= 2.3.14) actionpack (= 2.3.2)
actionpack (2.3.14) actionpack (2.3.2)
activesupport (= 2.3.14) activesupport (= 2.3.2)
rack (~> 1.1.0) activerecord (2.3.2)
activerecord (2.3.14) activesupport (= 2.3.2)
activesupport (= 2.3.14) activeresource (2.3.2)
activeresource (2.3.14) activesupport (= 2.3.2)
activesupport (= 2.3.14) activesupport (2.3.2)
activesupport (2.3.14) rails (2.3.2)
rack (1.1.3) actionmailer (= 2.3.2)
rails (2.3.14) actionpack (= 2.3.2)
actionmailer (= 2.3.14) activerecord (= 2.3.2)
actionpack (= 2.3.14) activeresource (= 2.3.2)
activerecord (= 2.3.14) activesupport (= 2.3.2)
activeresource (= 2.3.14)
activesupport (= 2.3.14)
rake (>= 0.8.3) rake (>= 0.8.3)
rake (0.9.2.2) rake (0.9.2.2)
@ -25,4 +23,4 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
rails (~> 2.3.2) rails (= 2.3.2)

Loading…
Cancel
Save