diff --git a/Gemfile b/Gemfile index 234dd31..52177e4 100644 --- a/Gemfile +++ b/Gemfile @@ -24,6 +24,7 @@ gem 'pundit' gem 'rolify' group :production do + gem 'aws-sdk' gem 'rails_12factor' gem 'pg' gem 'puma' diff --git a/Gemfile.lock b/Gemfile.lock index 5f91869..e6f4c42 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,6 +49,12 @@ GEM autoprefixer-rails (5.2.1) execjs json + aws-sdk (2.1.30) + aws-sdk-resources (= 2.1.30) + aws-sdk-core (2.1.30) + jmespath (~> 1.0) + aws-sdk-resources (2.1.30) + aws-sdk-core (= 2.1.30) better_errors (2.1.1) coderay (>= 1.0.0) erubis (>= 2.6.6) @@ -92,6 +98,7 @@ GEM jbuilder (2.3.1) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) + jmespath (1.1.3) jquery-rails (4.0.5) rails-dom-testing (~> 1.0) railties (>= 4.2.0) @@ -232,6 +239,7 @@ PLATFORMS DEPENDENCIES active_model_serializers + aws-sdk better_errors bootstrap-sass bullet