Bump gibbon from 3.2.0 to 3.3.0 (#4628) [ci skip]

Bumps [gibbon](https://github.com/amro/gibbon) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/amro/gibbon/releases)
- [Changelog](https://github.com/amro/gibbon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/amro/gibbon/compare/v3.2.0...v3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-10-28 14:13:15 -04:00 committed by Mac Siri
parent e3b8bc3d2b
commit 9dc2d89da2
2 changed files with 3 additions and 3 deletions

View file

@ -46,7 +46,7 @@ gem "figaro", "~> 1.1" # Simple, Heroku-friendly Rails app configuration using E
gem "fog-aws", "~> 3.5" # 'fog' gem to support Amazon Web Services
gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically correct strings or files
gem "gemoji", "~> 3.0.1" # Character information and metadata for standard and custom emoji
gem "gibbon", "~> 3.2" # API wrapper for MailChimp's API
gem "gibbon", "~> 3.3" # API wrapper for MailChimp's API
gem "google-api-client", "~> 0.33" # Client for accessing Google APIs
gem "html_truncator", "~> 0.4" # Truncate an HTML string properly
gem "htmlentities", "~> 4.3", ">= 4.3.4"

View file

@ -364,7 +364,7 @@ GEM
gemoji (3.0.1)
get_process_mem (0.2.4)
ffi (~> 1.0)
gibbon (3.2.0)
gibbon (3.3.0)
faraday (>= 0.9.1)
multi_json (>= 1.11.0)
globalid (0.4.2)
@ -910,7 +910,7 @@ DEPENDENCIES
foreman!
front_matter_parser (~> 0.2)
gemoji (~> 3.0.1)
gibbon (~> 3.2)
gibbon (~> 3.3)
google-api-client (~> 0.33)
guard (~> 2.15)
guard-livereload (~> 2.5)