From c8f1b934bf2cdd81968b166e0df94d14d292a281 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 28 Mar 2015 22:52:08 -0700 Subject: Adding AWS dependency --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 177d4b9..eeb80d1 100644 --- a/Gemfile +++ b/Gemfile @@ -32,6 +32,8 @@ gem 'sdoc', '~> 0.4.0', group: :doc # Use Capistrano for deployment # gem 'capistrano-rails', group: :development +gem 'aws-sdk' + group :development, :test do # Call 'debugger' anywhere in the code to stop execution and get a debugger console gem 'debugger' @@ -41,5 +43,7 @@ group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' + + gem 'dotenv-rails' end -- cgit v1.2.3