Skip to content

Commit

Permalink
Bandaids for mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
kisonecat committed Feb 8, 2016
1 parent ce9c3c2 commit 560cc9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails'

gem 'sqlite3', :group => [:test, :development]
# gem 'mysql2', :group => [:production, :staging]
gem 'mysql2', :group => [:production, :staging]
#gem 'mongoid'

gem 'jquery-rails'
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
mysql2 (0.3.11)
actionmailer (3.2.12)
actionpack (= 3.2.12)
mail (~> 2.4.4)
Expand Down Expand Up @@ -211,6 +212,7 @@ DEPENDENCIES
capistrano (~> 2.14.1)
coffee-rails (~> 3.2.1)
devise
mysql2
nokogiri
factory_girl_rails
gravatar_image_tag
Expand Down

0 comments on commit 560cc9e

Please sign in to comment.