Skip to content

Commit

Permalink
rails down to 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
danishkhan committed Oct 28, 2010
1 parent 2c688a6 commit 5675517
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"
gem "rails", "2.3.9"
gem "rack", "1.1.0"
gem "rails", "2.3.5"
gem "rack", "~> 1.0.0"
gem "mysql"
gem "will_paginate"
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
GEM
remote: http://rubygems.org/
specs:
actionmailer (2.3.9)
actionpack (= 2.3.9)
actionpack (2.3.9)
activesupport (= 2.3.9)
rack (~> 1.1.0)
activerecord (2.3.9)
activesupport (= 2.3.9)
activeresource (2.3.9)
activesupport (= 2.3.9)
activesupport (2.3.9)
actionmailer (2.3.5)
actionpack (= 2.3.5)
actionpack (2.3.5)
activesupport (= 2.3.5)
rack (~> 1.0.0)
activerecord (2.3.5)
activesupport (= 2.3.5)
activeresource (2.3.5)
activesupport (= 2.3.5)
activesupport (2.3.5)
mysql (2.8.1)
rack (1.1.0)
rails (2.3.9)
actionmailer (= 2.3.9)
actionpack (= 2.3.9)
activerecord (= 2.3.9)
activeresource (= 2.3.9)
activesupport (= 2.3.9)
rack (1.0.1)
rails (2.3.5)
actionmailer (= 2.3.5)
actionpack (= 2.3.5)
activerecord (= 2.3.5)
activeresource (= 2.3.5)
activesupport (= 2.3.5)
rake (>= 0.8.3)
rake (0.8.7)
will_paginate (2.3.15)
Expand All @@ -28,6 +28,6 @@ PLATFORMS

DEPENDENCIES
mysql
rack (= 1.1.0)
rails (= 2.3.9)
rack (~> 1.0.0)
rails (= 2.3.5)
will_paginate

0 comments on commit 5675517

Please sign in to comment.