Skip to content

Commit

Permalink
corrected rack version
Browse files Browse the repository at this point in the history
  • Loading branch information
danishkhan committed Oct 28, 2010
1 parent 5dbca2a commit f025ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source "http://rubygems.org"
gem "rails", "2.3.8"
gem "rack", "1.0.1"
gem "rack", "1.1.0"
gem "mysql"
gem "will_paginate"
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ GEM
actionpack (= 2.3.8)
actionpack (2.3.8)
activesupport (= 2.3.8)
rack (~> 1.0.0)
rack (~> 1.1.0)
activerecord (2.3.8)
activesupport (= 2.3.8)
activeresource (2.3.8)
activesupport (= 2.3.8)
activesupport (2.3.8)
mysql (2.8.1)
rack (1.0.1)
rack (1.1.0)
rails (2.3.8)
actionmailer (= 2.3.8)
actionpack (= 2.3.8)
Expand All @@ -28,6 +28,6 @@ PLATFORMS

DEPENDENCIES
mysql
rack (= 1.0.1)
rack (= 1.1.0)
rails (= 2.3.8)
will_paginate

0 comments on commit f025ae6

Please sign in to comment.