Bump front_matter_parser from 0.1.1 to 0.2.0 (#778)

Bumps [front_matter_parser](https://github.com/waiting-for-dev/front_matter_parser) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/waiting-for-dev/front_matter_parser/releases)
- [Changelog](https://github.com/waiting-for-dev/front_matter_parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/waiting-for-dev/front_matter_parser/compare/v0.1.1...v0.2.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-10-11 15:54:05 -04:00 committed by Mac Siri
parent 90adcf8bcf
commit 775dca2142
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@ gem "feedjira", "~> 2.1"
gem "figaro", "~> 1.1"
gem "flipflop", "~> 2.4"
gem "fog", "~> 1.41"
gem "front_matter_parser", "~> 0.1"
gem "front_matter_parser", "~> 0.2"
gem "gibbon", "~> 2.2"
gem "google-api-client", "~> 0.24"
gem "html_truncator", "~> 0.4"

View file

@ -448,7 +448,7 @@ GEM
fog-core
nokogiri (>= 1.5.11, < 2.0.0)
formatador (0.2.5)
front_matter_parser (0.1.1)
front_matter_parser (0.2.0)
get_process_mem (0.2.2)
gibbon (2.2.5)
faraday (>= 0.9.1)
@ -967,7 +967,7 @@ DEPENDENCIES
fix-db-schema-conflicts!
flipflop (~> 2.4)
fog (~> 1.41)
front_matter_parser (~> 0.1)
front_matter_parser (~> 0.2)
gibbon (~> 2.2)
google-api-client (~> 0.24)
guard (~> 2.14)