Bump feedjira from 3.1.2 to 3.2.0 (#14066)
Bumps [feedjira](https://github.com/feedjira/feedjira) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/feedjira/feedjira/releases) - [Changelog](https://github.com/feedjira/feedjira/blob/main/CHANGELOG.md) - [Commits](https://github.com/feedjira/feedjira/compare/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: feedjira 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
845a5fade5
commit
7fb9261c75
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -32,7 +32,7 @@ gem "email_validator", "~> 2.2" # Email validator for Rails and ActiveModel
|
|||
gem "emoji_regex", "~> 3.2" # A pair of Ruby regular expressions for matching Unicode Emoji symbols
|
||||
gem "fastimage", "~> 2.2" # FastImage finds the size or type of an image given its uri by fetching as little as needed.
|
||||
gem "fastly", "~> 3.0" # Client library for the Fastly acceleration system
|
||||
gem "feedjira", "~> 3.1" # A feed fetching and parsing library
|
||||
gem "feedjira", "~> 3.2" # A feed fetching and parsing library
|
||||
gem "field_test", "~> 0.4" # A/B testing
|
||||
gem "flipper", "~> 0.21.0" # Feature flipping / flags for Ruby
|
||||
gem "flipper-active_record", "~> 0.21.0" # Store Flipper flags in ActiveRecord
|
||||
|
|
|
|||
|
|
@ -267,7 +267,7 @@ GEM
|
|||
faraday-net_http_persistent (1.1.0)
|
||||
fastimage (2.2.4)
|
||||
fastly (3.0.1)
|
||||
feedjira (3.1.2)
|
||||
feedjira (3.2.0)
|
||||
loofah (>= 2.3.1)
|
||||
sax-machine (>= 1.0)
|
||||
ffi (1.15.1)
|
||||
|
|
@ -880,7 +880,7 @@ DEPENDENCIES
|
|||
fakeredis (~> 0.8.0)
|
||||
fastimage (~> 2.2)
|
||||
fastly (~> 3.0)
|
||||
feedjira (~> 3.1)
|
||||
feedjira (~> 3.2)
|
||||
field_test (~> 0.4)
|
||||
flipper (~> 0.21.0)
|
||||
flipper-active_record (~> 0.21.0)
|
||||
|
|
|
|||
BIN
vendor/cache/feedjira-3.1.2.gem
vendored
BIN
vendor/cache/feedjira-3.1.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/feedjira-3.2.0.gem
vendored
Normal file
BIN
vendor/cache/feedjira-3.2.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue