diff --git a/Gemfile b/Gemfile index 37fb2c13f..1ae68723b 100644 --- a/Gemfile +++ b/Gemfile @@ -38,6 +38,7 @@ gem "octokit" gem "omniauth" gem "omniauth-github" gem "omniauth-rails_csrf_protection" +gem "ostruct" gem "paperclip" gem "pg" gem "pg_search" diff --git a/Gemfile.lock b/Gemfile.lock index 9048004d8..dfac993be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -356,6 +356,7 @@ GEM omniauth-rails_csrf_protection (1.0.2) actionpack (>= 4.2) omniauth (~> 2.0) + ostruct (0.6.0) paperclip (6.1.0) activemodel (>= 4.2.0) activesupport (>= 4.2.0) @@ -654,6 +655,7 @@ DEPENDENCIES omniauth omniauth-github omniauth-rails_csrf_protection + ostruct paperclip pg pg_search