Skip to content

Commit

Permalink
Bump fog-aws gem from 2.0.1 to 3.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saenom committed Jul 20, 2023
1 parent 69e1dae commit 5cb5f85
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 15 deletions.
27 changes: 13 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ GEM
erubi (1.12.0)
et-orbi (1.2.7)
tzinfo
excon (0.99.0)
excon (0.100.0)
execjs (2.8.1)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -237,22 +237,22 @@ GEM
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.5)
fog-aws (2.0.1)
fog-core (~> 1.38)
fog-json (~> 1.0)
fog-aws (3.19.0)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-core (1.45.0)
fog-core (2.3.0)
builder
excon (~> 0.58)
formatador (~> 0.2)
excon (~> 0.71)
formatador (>= 0.2, < 2.0)
mime-types
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-xml (0.1.4)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.3.0)
formatador (1.1.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
Expand Down Expand Up @@ -280,7 +280,6 @@ GEM
concurrent-ruby (~> 1.0)
i18n_data (0.8.0)
ice_nine (0.11.2)
ipaddress (0.8.3)
jbuilder (2.10.2)
activesupport (>= 5.0.0)
jquery-rails (4.4.0)
Expand Down Expand Up @@ -361,11 +360,11 @@ GEM
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)
nio4r (2.5.9)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.15.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.15.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.3-x86_64-linux)
racc (~> 1.4)
notifications-ruby-client (5.4.0)
jwt (>= 1.5, < 3)
Expand Down Expand Up @@ -793,4 +792,4 @@ RUBY VERSION
ruby 3.2.2p53

BUNDLED WITH
2.4.8
2.4.13
3 changes: 2 additions & 1 deletion config/initializers/carrierwave.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
region: ENV["AWS_REGION"]
}
config.fog_directory = ENV["AWS_S3_BUCKET_NAME"]
config.storage = :fog
config.fog_provider = 'fog/aws'
# config.storage = :fog
config.cache_storage = :file
config.cache_dir = Rails.root.join 'tmp/uploads'
config.fog_public = false
Expand Down
5 changes: 5 additions & 0 deletions lib/fog.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# lib/fog.rb
module Fog
# This file only exists so carrierwave has
# something to require.
end

0 comments on commit 5cb5f85

Please sign in to comment.