Skip to content

Commit

Permalink
mysql gem hardcoded
Browse files Browse the repository at this point in the history
  • Loading branch information
benissimo committed Feb 16, 2012
1 parent 2bd22bd commit 9e65a6d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ gem "notifo"
# campfire notifications # campfire notifications
gem "tinder" gem "tinder"


case ENV["DB"] gem "mysql", "~>0.2.0"
when "mysql" then gem "mysql2", "~>0.2.0"
when "postgres" then gem "pg"
end


group :development, :test do group :development, :test do
gem "capybara" gem "capybara"
Expand Down

0 comments on commit 9e65a6d

Please sign in to comment.