From 9e566958955077f8c3360cbc4cdc0d6dc20fc5e7 Mon Sep 17 00:00:00 2001 From: Peregrinator Date: Tue, 22 Dec 2015 10:34:04 -0800 Subject: [PATCH] Add aws gem --- Gemfile | 1 + Gemfile.lock | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/Gemfile b/Gemfile index 4981b3ec8..6a96c53f7 100644 --- a/Gemfile +++ b/Gemfile @@ -36,6 +36,7 @@ gem 'aws-s3', '0.6.2', :require => 'aws/s3' gem 'paperclip', '~> 2.8' # required by paperclip but unspecified version - this ensures a comptible version gem 'mime-types', '~> 1.25', '>= 1.25.1' +gem 'aws-sdk', '~> 1.6.9' gem 'stevedore', '0.1.0' gem 'active_hash', '0.9.5' diff --git a/Gemfile.lock b/Gemfile.lock index d9a0b9ec6..3d10be27e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -57,6 +57,11 @@ GEM builder mime-types xml-simple + aws-sdk (1.6.9) + httparty (~> 0.7) + json (~> 1.4) + nokogiri (>= 1.4.4) + uuidtools (~> 2.1) bcrypt-ruby (2.1.2) builder (3.1.4) capistrano (2.15.4) @@ -329,6 +334,7 @@ GEM tilt (1.3.3) timecop (0.3.5) tins (0.8.0) + uuidtools (2.1.5) validation_reflection (0.3.8) vcr (2.5.0) vegas (0.1.8) @@ -350,6 +356,7 @@ DEPENDENCIES amazon-ec2 authlogic (= 2.1.3) aws-s3 (= 0.6.2) + aws-sdk (~> 1.6.9) bcrypt-ruby (= 2.1.2) capistrano (= 2.15.4) ci_reporter (= 1.6.3)