Skip to content

Commit

Permalink
'sql'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslenova committed Mar 1, 2012
1 parent 288820c commit 79dc5fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ gem 'simple_form', '1.5.1'
gem 'jquery-rails', '1.0.14'

platform :ruby do
gem 'mysql2', '~> 0.2.7'
gem 'mysql2', '~> 0.3.7', :group => :production
#gem 'mysql2', '~> 0.2.7'
gem 'sqlite3'
gem 'unicorn'
end
Expand Down

0 comments on commit 79dc5fd

Please sign in to comment.