Skip to content

Commit

Permalink
Order gems
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Oct 8, 2017
1 parent 89a3d03 commit 6c2f92c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -7,9 +7,9 @@ if ENV['HEROKU']
gem 'rails_12factor'
gem 'thin' # Change this to another web server if you want (ie. unicorn, passenger, puma...)
else
gem 'sqlite3'
gem 'pg'
gem 'mysql2', '~> 0.4.4'
gem 'pg'
gem 'sqlite3'
end

gem 'rails', '~> 5.1.2'
Expand Down

0 comments on commit 6c2f92c

Please sign in to comment.