diff --git a/Gemfile b/Gemfile index 81563c2ad..27022c7f8 100644 --- a/Gemfile +++ b/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 diff --git a/Gemfile.lock b/Gemfile.lock index 0ca17f3eb..0bc361a9d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/front_matter_parser-0.2.1.gem b/vendor/cache/front_matter_parser-0.2.1.gem deleted file mode 100644 index e86950769..000000000 Binary files a/vendor/cache/front_matter_parser-0.2.1.gem and /dev/null differ diff --git a/vendor/cache/front_matter_parser-1.0.0.gem b/vendor/cache/front_matter_parser-1.0.0.gem new file mode 100644 index 000000000..1700b0c6a Binary files /dev/null and b/vendor/cache/front_matter_parser-1.0.0.gem differ