we do not need the mysql gem for heroku after all....
This commit is contained in:
parent
8e47b26f01
commit
9ecc3005c4
2 changed files with 0 additions and 3 deletions
1
Gemfile
1
Gemfile
|
|
@ -38,7 +38,6 @@ end
|
|||
|
||||
group :heroku do
|
||||
gem 'pg'
|
||||
gem 'mysql'
|
||||
end
|
||||
|
||||
gem 'settingslogic', :git => 'git://github.com/binarylogic/settingslogic.git'
|
||||
|
|
|
|||
|
|
@ -243,7 +243,6 @@ GEM
|
|||
gem_plugin (>= 0.2.3)
|
||||
multi_json (1.0.4)
|
||||
multipart-post (1.1.4)
|
||||
mysql (2.8.1)
|
||||
mysql2 (0.2.17)
|
||||
net-scp (1.0.4)
|
||||
net-ssh (>= 1.99.1)
|
||||
|
|
@ -456,7 +455,6 @@ DEPENDENCIES
|
|||
mobile-fu
|
||||
mock_redis
|
||||
mongrel
|
||||
mysql
|
||||
mysql2 (= 0.2.17)
|
||||
newrelic_rpm
|
||||
nokogiri (~> 1.5.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue