Bump front_matter_parser from 0.2.1 to 1.0.0 (#12688)
* Bump front_matter_parser from 0.2.1 to 1.0.0 Bumps [front_matter_parser](https://github.com/waiting-for-dev/front_matter_parser) from 0.2.1 to 1.0.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/commits) Signed-off-by: dependabot[bot] <support@github.com> * Trigger Travis CI * Trigger Travis CI Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rhymes <rhymes@hey.com>
This commit is contained in:
parent
71b35f28a0
commit
63cf3292f1
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -39,7 +39,7 @@ gem "flipper", "~> 0.20.3" # Feature flipping / flags for Ruby
|
|||
gem "flipper-active_record", "~> 0.20.3" # Store Flipper flags in ActiveRecord
|
||||
gem "flipper-ui", "~> 0.20.3"
|
||||
gem "fog-aws", "~> 3.8" # 'fog' gem to support Amazon Web Services
|
||||
gem "front_matter_parser", "~> 0.2" # Parse a front matter from syntactically correct strings or files
|
||||
gem "front_matter_parser", "~> 1.0" # Parse a front matter from syntactically correct strings or files
|
||||
gem "gemoji", "~> 4.0.0.rc2" # Character information and metadata for standard and custom emoji
|
||||
gem "gibbon", "~> 3.3" # API wrapper for MailChimp's API
|
||||
gem "honeybadger", "~> 4.7" # Used for tracking application errors
|
||||
|
|
|
|||
|
|
@ -326,7 +326,7 @@ GEM
|
|||
fog-core
|
||||
nokogiri (>= 1.5.11, < 2.0.0)
|
||||
formatador (0.2.5)
|
||||
front_matter_parser (0.2.1)
|
||||
front_matter_parser (1.0.0)
|
||||
fugit (1.4.1)
|
||||
et-orbi (~> 1.1, >= 1.1.8)
|
||||
raabro (~> 1.4)
|
||||
|
|
@ -886,7 +886,7 @@ DEPENDENCIES
|
|||
flipper-active_record (~> 0.20.3)
|
||||
flipper-ui (~> 0.20.3)
|
||||
fog-aws (~> 3.8)
|
||||
front_matter_parser (~> 0.2)
|
||||
front_matter_parser (~> 1.0)
|
||||
gemoji (~> 4.0.0.rc2)
|
||||
gibbon (~> 3.3)
|
||||
guard (~> 2.16)
|
||||
|
|
|
|||
BIN
vendor/cache/front_matter_parser-0.2.1.gem
vendored
BIN
vendor/cache/front_matter_parser-0.2.1.gem
vendored
Binary file not shown.
BIN
vendor/cache/front_matter_parser-1.0.0.gem
vendored
Normal file
BIN
vendor/cache/front_matter_parser-1.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue