From 89707ad0acf87d5982a0aa249db772eb888de026 Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Fri, 14 Apr 2017 20:37:00 -0400 Subject: add basic microformats tests (#1803) as suggested, moving to view tests rather than a controller test replaces https://github.com/tootsuite/mastodon/pull/1786 which i will close momentary --- Gemfile.lock | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index 430e20440..8d04a474c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,6 +240,10 @@ GEM mail (2.6.4) mime-types (>= 1.16, < 4) method_source (0.8.2) + microformats2 (2.1.0) + activesupport + json + nokogiri mime-types (3.1) mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) @@ -499,6 +503,7 @@ DEPENDENCIES letter_opener_web link_header lograge + microformats2 nokogiri oj ostatus2 -- cgit