add mysql to Gemfile

This commit is contained in:
Reinier Balt 2011-11-25 13:26:55 +01:00
parent 50bc2623d9
commit 872f11a8c4
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@ gem "rubyjedi-actionwebservice", :require => "actionwebservice"
gem "rubycas-client", "~>2.2.1"
gem "ruby-openid", :require => "openid"
gem "sqlite3"
gem "mysql"
gem 'bcrypt-ruby', '~> 2.1.4'
gem 'htmlentities', '~> 4.3.0'
gem "mail"

View file

@ -59,6 +59,7 @@ GEM
daemons (>= 1.0.3)
fastthread (>= 1.0.1)
gem_plugin (>= 0.2.3)
mysql (2.8.1)
nokogiri (1.4.7)
polyglot (0.3.2)
rack (1.1.0)
@ -129,6 +130,7 @@ DEPENDENCIES
mail
memory_test_fix (~> 0.1.3)
mongrel
mysql
rack (= 1.1.0)
rails (~> 2.3.12)
rake (~> 0.8.7)