Need aws-sdk gem
This commit is contained in:
parent
896e7eb175
commit
dcafafbf7a
2 changed files with 9 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -24,6 +24,7 @@ gem 'pundit'
|
||||||
gem 'rolify'
|
gem 'rolify'
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
|
gem 'aws-sdk'
|
||||||
gem 'rails_12factor'
|
gem 'rails_12factor'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
gem 'puma'
|
gem 'puma'
|
||||||
|
|
|
@ -49,6 +49,12 @@ GEM
|
||||||
autoprefixer-rails (5.2.1)
|
autoprefixer-rails (5.2.1)
|
||||||
execjs
|
execjs
|
||||||
json
|
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)
|
better_errors (2.1.1)
|
||||||
coderay (>= 1.0.0)
|
coderay (>= 1.0.0)
|
||||||
erubis (>= 2.6.6)
|
erubis (>= 2.6.6)
|
||||||
|
@ -92,6 +98,7 @@ GEM
|
||||||
jbuilder (2.3.1)
|
jbuilder (2.3.1)
|
||||||
activesupport (>= 3.0.0, < 5)
|
activesupport (>= 3.0.0, < 5)
|
||||||
multi_json (~> 1.2)
|
multi_json (~> 1.2)
|
||||||
|
jmespath (1.1.3)
|
||||||
jquery-rails (4.0.5)
|
jquery-rails (4.0.5)
|
||||||
rails-dom-testing (~> 1.0)
|
rails-dom-testing (~> 1.0)
|
||||||
railties (>= 4.2.0)
|
railties (>= 4.2.0)
|
||||||
|
@ -232,6 +239,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
active_model_serializers
|
active_model_serializers
|
||||||
|
aws-sdk
|
||||||
better_errors
|
better_errors
|
||||||
bootstrap-sass
|
bootstrap-sass
|
||||||
bullet
|
bullet
|
||||||
|
|
Loading…
Reference in a new issue