updated Gemfile to include openshift group

This commit is contained in:
Ken Toler
2020-04-17 15:56:48 -04:00
parent cc0ff6055b
commit 4cc0a8f96c
+4
View File
@@ -56,6 +56,10 @@ group :development, :test, :mysql do
gem "test-unit"
end
group :openshift do
gem "pg"
end
group :mysql do
gem "mysql2"
end