Skip to content

Commit

Permalink
updated Gemfile to include openshift group
Browse files Browse the repository at this point in the history
  • Loading branch information
relotnek committed Apr 17, 2020
1 parent cc0ff60 commit 4cc0a8f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4cc0a8f

Please sign in to comment.