add aws/s3 gem
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -33,6 +33,7 @@ gem 'newrelic_rpm'
|
|||||||
gem 'term-ansicolor', :require => "term/ansicolor"
|
gem 'term-ansicolor', :require => "term/ansicolor"
|
||||||
gem 'diff-lcs', :require => "diff/lcs/array"
|
gem 'diff-lcs', :require => "diff/lcs/array"
|
||||||
gem 'bcrypt-ruby', :require => "bcrypt"
|
gem 'bcrypt-ruby', :require => "bcrypt"
|
||||||
|
gem 'aws-s3', :require => "aws/s3"
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'ruby-prof'
|
gem 'ruby-prof'
|
||||||
|
|||||||
@@ -55,6 +55,10 @@ GEM
|
|||||||
multi_json (~> 1.0)
|
multi_json (~> 1.0)
|
||||||
arel (3.0.2)
|
arel (3.0.2)
|
||||||
awesome_print (1.1.0)
|
awesome_print (1.1.0)
|
||||||
|
aws-s3 (0.6.3)
|
||||||
|
builder
|
||||||
|
mime-types
|
||||||
|
xml-simple
|
||||||
bcrypt-ruby (3.0.1)
|
bcrypt-ruby (3.0.1)
|
||||||
bourne (1.1.2)
|
bourne (1.1.2)
|
||||||
mocha (= 0.10.5)
|
mocha (= 0.10.5)
|
||||||
@@ -181,12 +185,14 @@ GEM
|
|||||||
whenever (0.8.2)
|
whenever (0.8.2)
|
||||||
activesupport (>= 2.3.4)
|
activesupport (>= 2.3.4)
|
||||||
chronic (>= 0.6.3)
|
chronic (>= 0.6.3)
|
||||||
|
xml-simple (1.1.2)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
awesome_print
|
awesome_print
|
||||||
|
aws-s3
|
||||||
bcrypt-ruby
|
bcrypt-ruby
|
||||||
daemons
|
daemons
|
||||||
delayed_job
|
delayed_job
|
||||||
|
|||||||
Reference in New Issue
Block a user