Commit 41afd3bf16b6ceff2b0dab24ce2eeae8056a7577
1 parent
679d0d6d
Exists in
master
and in
4 other branches
add pg gem
Showing
2 changed files
with
5 additions
and
2 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -245,6 +245,7 @@ GEM |
245 | 245 | multi_json (~> 1.3) |
246 | 246 | omniauth-oauth (~> 1.0) |
247 | 247 | orm_adapter (0.3.0) |
248 | + pg (0.14.0) | |
248 | 249 | polyglot (0.3.3) |
249 | 250 | posix-spawn (0.3.6) |
250 | 251 | pry (0.9.9.6) |
... | ... | @@ -441,6 +442,7 @@ DEPENDENCIES |
441 | 442 | omniauth-google-oauth2 |
442 | 443 | omniauth-ldap! |
443 | 444 | omniauth-twitter |
445 | + pg | |
444 | 446 | pry |
445 | 447 | pygments.rb (= 0.3.1) |
446 | 448 | rack-mini-profiler | ... | ... |