Fix up Gemfile for Ruby 1.9.2

This commit is contained in:
Jacques Crocker 2010-11-04 17:07:03 -07:00
parent a1d9a5d548
commit 2d4f77c5ca
1 changed files with 3 additions and 2 deletions

View File

@ -35,13 +35,14 @@ gem 'rubyzip'
group :development do
# Using mongrel instead of webrick (default server)
gem 'mongrel'
gem 'mongrel', ">= 1.2.0.pre2"
gem 'cgi_multipart_eof_fix'
gem 'fastthread'
end
group :test, :development do
gem 'ruby-debug'
gem "ruby-debug", :platforms => :mri_18
gem "ruby-debug19", :platforms => :mri_19
end
group :test do