dpn-admin/dpn-server

View on GitHub
Gemfile.local.example

Summary

Maintainability
Test Coverage
# Copyright (c) 2015 The Regents of the University of Michigan.
# All Rights Reserved.
# Licensed according to the terms of the Revised BSD License
# See LICENSE.md for details.

group :production do
  gem 'mysql2'
  gem 'puma'
end