Skip to content

Commit

Permalink
Add aws gem
Browse files Browse the repository at this point in the history
  • Loading branch information
peregrinator committed Dec 22, 2015
1 parent 1505b71 commit 9e56695
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -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'
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand Down

0 comments on commit 9e56695

Please sign in to comment.