update aws-sdk version
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -49,7 +49,7 @@ gem 'rubyzip', :require => "zip"
|
|||||||
gem 'coinbase'
|
gem 'coinbase'
|
||||||
gem 'stripe'
|
gem 'stripe'
|
||||||
gem 'twitter'
|
gem 'twitter'
|
||||||
gem 'aws-sdk'
|
gem 'aws-sdk', '~> 2'
|
||||||
|
|
||||||
# needed for looser jpeg header compat
|
# needed for looser jpeg header compat
|
||||||
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"
|
gem 'ruby-imagespec', :require => "image_spec", :git => "https://github.com/r888888888/ruby-imagespec.git", :branch => "exif-fixes"
|
||||||
|
|||||||
17
Gemfile.lock
17
Gemfile.lock
@@ -37,10 +37,12 @@ GEM
|
|||||||
addressable (2.3.6)
|
addressable (2.3.6)
|
||||||
arel (5.0.1.20140414130214)
|
arel (5.0.1.20140414130214)
|
||||||
awesome_print (1.2.0)
|
awesome_print (1.2.0)
|
||||||
aws-sdk (1.28.1)
|
aws-sdk (2.1.7)
|
||||||
json (~> 1.4)
|
aws-sdk-resources (= 2.1.7)
|
||||||
nokogiri (>= 1.4.4)
|
aws-sdk-core (2.1.7)
|
||||||
uuidtools (~> 2.1)
|
jmespath (~> 1.0)
|
||||||
|
aws-sdk-resources (2.1.7)
|
||||||
|
aws-sdk-core (= 2.1.7)
|
||||||
bcrypt (3.1.10)
|
bcrypt (3.1.10)
|
||||||
bcrypt (3.1.10-x64-mingw32)
|
bcrypt (3.1.10-x64-mingw32)
|
||||||
bcrypt-ruby (3.1.5)
|
bcrypt-ruby (3.1.5)
|
||||||
@@ -116,7 +118,9 @@ GEM
|
|||||||
json (~> 1.8)
|
json (~> 1.8)
|
||||||
multi_xml (>= 0.5.2)
|
multi_xml (>= 0.5.2)
|
||||||
i18n (0.6.11)
|
i18n (0.6.11)
|
||||||
json (1.8.1)
|
jmespath (1.0.2)
|
||||||
|
multi_json (~> 1.0)
|
||||||
|
json (1.8.3)
|
||||||
jwt (1.2.0)
|
jwt (1.2.0)
|
||||||
kgio (2.9.2)
|
kgio (2.9.2)
|
||||||
libv8 (3.16.14.3)
|
libv8 (3.16.14.3)
|
||||||
@@ -290,7 +294,6 @@ GEM
|
|||||||
kgio (~> 2.6)
|
kgio (~> 2.6)
|
||||||
rack
|
rack
|
||||||
raindrops (~> 0.7)
|
raindrops (~> 0.7)
|
||||||
uuidtools (2.1.4)
|
|
||||||
vcr (2.9.0)
|
vcr (2.9.0)
|
||||||
webmock (1.17.4)
|
webmock (1.17.4)
|
||||||
addressable (>= 2.2.7)
|
addressable (>= 2.2.7)
|
||||||
@@ -306,7 +309,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
awesome_print
|
awesome_print
|
||||||
aws-sdk
|
aws-sdk (~> 2)
|
||||||
bcrypt-ruby
|
bcrypt-ruby
|
||||||
byebug
|
byebug
|
||||||
capistrano
|
capistrano
|
||||||
|
|||||||
Reference in New Issue
Block a user