Skip to content

Commit 4cc0a8f

Browse files
committed
updated Gemfile to include openshift group
1 parent cc0ff60 commit 4cc0a8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ group :development, :test, :mysql do
5656
gem "test-unit"
5757
end
5858

59+
group :openshift do
60+
gem "pg"
61+
end
62+
5963
group :mysql do
6064
gem "mysql2"
6165
end

0 commit comments

Comments
 (0)