Bump fog-aws from 3.10.0 to 3.11.0 (#14424)
Bumps [fog-aws](https://github.com/fog/fog-aws) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/fog/fog-aws/releases) - [Changelog](https://github.com/fog/fog-aws/blob/master/CHANGELOG.md) - [Commits](https://github.com/fog/fog-aws/compare/v3.10.0...v3.11.0) --- updated-dependencies: - dependency-name: fog-aws dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
b0f48b5e72
commit
cc1e839c3a
8 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -37,7 +37,7 @@ gem "field_test", "~> 0.4" # A/B testing
|
|||
gem "flipper", "~> 0.22.0" # Feature flipping / flags for Ruby
|
||||
gem "flipper-active_record", "~> 0.22.0" # Store Flipper flags in ActiveRecord
|
||||
gem "flipper-ui", "~> 0.22.0"
|
||||
gem "fog-aws", "~> 3.10" # 'fog' gem to support Amazon Web Services
|
||||
gem "fog-aws", "~> 3.11" # 'fog' gem to support Amazon Web Services
|
||||
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
|
||||
gem "gemoji", "~> 4.0.0.rc3" # Character information and metadata for standard and custom emoji
|
||||
gem "gibbon", "~> 3.4" # API wrapper for MailChimp's API
|
||||
|
|
|
|||
|
|
@ -288,12 +288,12 @@ GEM
|
|||
flipper (~> 0.22.0)
|
||||
rack (>= 1.4, < 3)
|
||||
rack-protection (>= 1.5.3, < 2.2.0)
|
||||
fog-aws (3.10.0)
|
||||
fog-aws (3.11.0)
|
||||
fog-core (~> 2.1)
|
||||
fog-json (~> 1.1)
|
||||
fog-xml (~> 0.1)
|
||||
ipaddress (~> 0.8)
|
||||
fog-core (2.2.3)
|
||||
fog-core (2.2.4)
|
||||
builder
|
||||
excon (~> 0.71)
|
||||
formatador (~> 0.2)
|
||||
|
|
@ -429,7 +429,7 @@ GEM
|
|||
method_source (1.0.0)
|
||||
mime-types (3.3.1)
|
||||
mime-types-data (~> 3.2015)
|
||||
mime-types-data (3.2021.0225)
|
||||
mime-types-data (3.2021.0704)
|
||||
mini_histogram (0.3.1)
|
||||
mini_magick (4.11.0)
|
||||
mini_mime (1.1.0)
|
||||
|
|
@ -890,7 +890,7 @@ DEPENDENCIES
|
|||
flipper (~> 0.22.0)
|
||||
flipper-active_record (~> 0.22.0)
|
||||
flipper-ui (~> 0.22.0)
|
||||
fog-aws (~> 3.10)
|
||||
fog-aws (~> 3.11)
|
||||
front_matter_parser (~> 1.0)
|
||||
gemoji (~> 4.0.0.rc3)
|
||||
gibbon (~> 3.4)
|
||||
|
|
|
|||
BIN
vendor/cache/fog-aws-3.10.0.gem
vendored
BIN
vendor/cache/fog-aws-3.10.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/fog-aws-3.11.0.gem
vendored
Normal file
BIN
vendor/cache/fog-aws-3.11.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/fog-core-2.2.3.gem
vendored
BIN
vendor/cache/fog-core-2.2.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/fog-core-2.2.4.gem
vendored
Normal file
BIN
vendor/cache/fog-core-2.2.4.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/mime-types-data-3.2021.0225.gem
vendored
BIN
vendor/cache/mime-types-data-3.2021.0225.gem
vendored
Binary file not shown.
BIN
vendor/cache/mime-types-data-3.2021.0704.gem
vendored
Normal file
BIN
vendor/cache/mime-types-data-3.2021.0704.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue