Skip to content

Commit

Permalink
chore(deps): bump fog-aws from 3.8.0 to 3.13.0
Browse files Browse the repository at this point in the history
Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.8.0 to 3.13.0.
- [Release notes](https://github.com/fog/fog-aws/releases)
- [Changelog](https://github.com/fog/fog-aws/blob/master/CHANGELOG.md)
- [Commits](fog/fog-aws@v3.8.0...v3.13.0)

---
updated-dependencies:
- dependency-name: fog-aws
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2022
1 parent 29ae300 commit ec2547a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ end

group :production do
# Use fog-aws as CarrierWave's storage provider
gem 'fog-aws', '3.8.0'
gem 'fog-aws', '3.13.0'
gem 'rack-mini-profiler'
gem 'flamegraph'
gem 'stackprof'
Expand Down
20 changes: 9 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ GEM
erubi (1.10.0)
et-orbi (1.2.4)
tzinfo
excon (0.88.0)
excon (0.92.0)
execjs (2.8.1)
exifr (1.3.9)
factory_bot (6.2.0)
Expand All @@ -252,25 +252,24 @@ GEM
ffi (1.15.5)
filename (0.1.2)
flamegraph (0.9.5)
fog-aws (3.8.0)
fog-aws (3.13.0)
fog-core (~> 2.1)
fog-json (~> 1.1)
fog-xml (~> 0.1)
ipaddress (~> 0.8)
fog-core (2.2.3)
fog-core (2.3.0)
builder
excon (~> 0.71)
formatador (~> 0.2)
formatador (>= 0.2, < 2.0)
mime-types
fog-json (1.2.0)
fog-core
multi_json (~> 1.10)
fog-xml (0.1.3)
fog-xml (0.1.4)
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
font-awesome-rails (4.7.0.8)
railties (>= 3.2, < 8.0)
formatador (0.2.5)
formatador (1.1.0)
friendly_id (5.4.2)
activerecord (>= 4.0.0)
fspath (3.1.2)
Expand Down Expand Up @@ -315,7 +314,6 @@ GEM
ruby-vips (>= 2.0.17, < 3)
image_size (3.0.1)
in_threads (1.6.0)
ipaddress (0.8.3)
jbuilder (2.11.5)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand Down Expand Up @@ -364,9 +362,9 @@ GEM
marcel (1.0.2)
matrix (0.4.2)
method_source (1.0.0)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.1104)
mime-types-data (3.2022.0105)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
Expand Down Expand Up @@ -675,7 +673,7 @@ DEPENDENCIES
ffi (>= 1.14.2)
filename
flamegraph
fog-aws (= 3.8.0)
fog-aws (= 3.13.0)
font-awesome-rails
friendly_id
high_voltage
Expand Down

0 comments on commit ec2547a

Please sign in to comment.