fixes #2434: update aws-s3 gem
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -54,7 +54,7 @@ gem 'twitter'
|
|||||||
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"
|
||||||
|
|
||||||
# needed for rails 4.1.0 compat
|
# needed for rails 4.1.0 compat
|
||||||
gem 'aws-s3', :require => "aws/s3", :git => "https://github.com/fnando/aws-s3.git"
|
gem 'aws-s3', :require => "aws/s3"
|
||||||
|
|
||||||
group :production do
|
group :production do
|
||||||
gem 'newrelic_rpm'
|
gem 'newrelic_rpm'
|
||||||
|
|||||||
15
Gemfile.lock
15
Gemfile.lock
@@ -1,12 +1,3 @@
|
|||||||
GIT
|
|
||||||
remote: https://github.com/fnando/aws-s3.git
|
|
||||||
revision: fef95c2dc17758f3e417630e794fcfad76eb33b3
|
|
||||||
specs:
|
|
||||||
aws-s3 (0.6.3)
|
|
||||||
builder
|
|
||||||
mime-types
|
|
||||||
xml-simple
|
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/r888888888/ruby-imagespec.git
|
remote: https://github.com/r888888888/ruby-imagespec.git
|
||||||
revision: 2dab9811f4abb4fbaeea66feb42e388ba545b2d8
|
revision: 2dab9811f4abb4fbaeea66feb42e388ba545b2d8
|
||||||
@@ -46,6 +37,10 @@ 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-s3 (0.6.3)
|
||||||
|
builder
|
||||||
|
mime-types
|
||||||
|
xml-simple
|
||||||
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)
|
||||||
@@ -311,7 +306,7 @@ PLATFORMS
|
|||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
awesome_print
|
awesome_print
|
||||||
aws-s3!
|
aws-s3
|
||||||
bcrypt-ruby
|
bcrypt-ruby
|
||||||
byebug
|
byebug
|
||||||
capistrano
|
capistrano
|
||||||
|
|||||||
Reference in New Issue
Block a user