From ca3c6c0d1c7f876db48de414cfbae36f4c8df508 Mon Sep 17 00:00:00 2001 From: albert Date: Sat, 9 Mar 2013 15:47:40 -0500 Subject: [PATCH] add aws/s3 gem --- Gemfile | 1 + Gemfile.lock | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile b/Gemfile index a879e99d4..a11708d6a 100644 --- a/Gemfile +++ b/Gemfile @@ -33,6 +33,7 @@ gem 'newrelic_rpm' gem 'term-ansicolor', :require => "term/ansicolor" gem 'diff-lcs', :require => "diff/lcs/array" gem 'bcrypt-ruby', :require => "bcrypt" +gem 'aws-s3', :require => "aws/s3" group :development do gem 'ruby-prof' diff --git a/Gemfile.lock b/Gemfile.lock index 8d2a5499f..28a1edd70 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,6 +55,10 @@ GEM multi_json (~> 1.0) arel (3.0.2) awesome_print (1.1.0) + aws-s3 (0.6.3) + builder + mime-types + xml-simple bcrypt-ruby (3.0.1) bourne (1.1.2) mocha (= 0.10.5) @@ -181,12 +185,14 @@ GEM whenever (0.8.2) activesupport (>= 2.3.4) chronic (>= 0.6.3) + xml-simple (1.1.2) PLATFORMS ruby DEPENDENCIES awesome_print + aws-s3 bcrypt-ruby daemons delayed_job