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

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

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

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

Loading…
Cancel
Save