mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
add mysql to Gemfile
This commit is contained in:
parent
50bc2623d9
commit
872f11a8c4
2 changed files with 3 additions and 0 deletions
1
Gemfile
1
Gemfile
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue