Commit 53af32eb by tady

add mysql gem for heroku

parent c588ef97
...@@ -153,3 +153,4 @@ gem 'rmagick', :require => 'RMagick' ...@@ -153,3 +153,4 @@ gem 'rmagick', :require => 'RMagick'
# for heroku # for heroku
gem 'rails_12factor', group: :production gem 'rails_12factor', group: :production
gem 'mysql'
...@@ -331,6 +331,7 @@ GEM ...@@ -331,6 +331,7 @@ GEM
multi_json (1.10.1) multi_json (1.10.1)
multi_xml (0.5.5) multi_xml (0.5.5)
multipart-post (2.0.0) multipart-post (2.0.0)
mysql (2.9.1)
mysql2 (0.3.16) mysql2 (0.3.16)
net-http-digest_auth (1.4) net-http-digest_auth (1.4)
net-http-persistent (2.9.4) net-http-persistent (2.9.4)
...@@ -557,6 +558,7 @@ DEPENDENCIES ...@@ -557,6 +558,7 @@ DEPENDENCIES
kaminari! kaminari!
launchy launchy
mail mail
mysql
mysql2 mysql2
newrelic_rpm newrelic_rpm
nokogiri nokogiri
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment