diff --git a/Gemfile b/Gemfile index 7f2d169..a1b837b 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,6 @@ gem 'mime-types' gem 'jekyll', '~>2.5.3' gem 'dpl' gem 'jmespath' +gem 'aws-sdk' +gem 'aws-sdk-core' +gem 'aws-sdk-resources' diff --git a/Gemfile.lock b/Gemfile.lock index 97afad8..39c3a53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,6 +1,13 @@ GEM remote: https://rubygems.org/ specs: + aws-sdk (1.50.0) + json (~> 1.4) + nokogiri (>= 1.4.4) + aws-sdk-core (2.1.35) + jmespath (~> 1.0) + aws-sdk-resources (2.1.35) + aws-sdk-core (= 2.1.35) blankslate (2.1.2.4) classifier-reborn (2.0.4) fast-stemmer (~> 1.0) @@ -37,6 +44,7 @@ GEM jekyll-watch (1.3.0) listen (~> 3.0) jmespath (1.1.3) + json (1.8.1) kramdown (1.9.0) liquid (2.6.3) listen (3.0.4) @@ -44,6 +52,9 @@ GEM rb-inotify (>= 0.9) mercenary (0.3.5) mime-types (2.6.2) + mini_portile (0.6.0) + nokogiri (1.6.3.1) + mini_portile (= 0.6.0) parslet (1.5.0) blankslate (~> 2.0) posix-spawn (0.3.11) @@ -64,6 +75,9 @@ PLATFORMS ruby DEPENDENCIES + aws-sdk + aws-sdk-core + aws-sdk-resources dpl jekyll (~> 2.5.3) jmespath