From a996f3bd05fc480247fd112f23fa3e67f7d5d7b5 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Sat, 7 Dec 2024 15:54:39 -0500 Subject: Added support for liking blog posts via webmention --- Gemfile.lock | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'Gemfile.lock') diff --git a/Gemfile.lock b/Gemfile.lock index a3408d7..cc60005 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,6 +137,7 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) + domain_name (0.6.20240107) drb (2.2.0) ruby2_keywords ed25519 (1.3.0) @@ -145,6 +146,9 @@ GEM erubi (1.12.0) execjs (2.9.1) ffi (1.16.3) + ffi-compiler (1.3.2) + ffi (>= 1.15.5) + rake globalid (1.2.1) activesupport (>= 6.1) haml (6.2.3) @@ -152,11 +156,24 @@ GEM thor tilt highline (2.1.0) + http (5.2.0) + addressable (~> 2.8) + base64 (~> 0.1) + http-cookie (~> 1.0) + http-form_data (~> 2.2) + llhttp-ffi (~> 0.5.0) + http-cookie (1.0.8) + domain_name (~> 0.5) + http-form_data (2.3.0) i18n (1.14.1) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) + indieweb-endpoints (8.0.0) + http (~> 5.0) + link-header-parser (~> 5.0) + nokogiri (>= 1.13) io-console (0.6.0) irb (1.8.3) rdoc @@ -172,10 +189,15 @@ GEM railties (>= 3.2.16) js-routes (2.2.7) railties (>= 4) + json (2.9.0) libv8-node (18.16.0.0) + link-header-parser (5.1.1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) + llhttp-ffi (0.5.0) + ffi-compiler (~> 1.0) + rake (~> 13.0) loofah (2.21.4) crass (~> 1.0.2) nokogiri (>= 1.12.0) @@ -187,6 +209,9 @@ GEM marcel (1.0.2) meta-tags (2.19.0) actionpack (>= 3.2.0, < 7.2) + microformats (4.5.0) + json + nokogiri mime-types (3.5.1) mime-types-data (~> 3.2015) mime-types-data (3.2023.1003) @@ -339,6 +364,10 @@ GEM activemodel (>= 6.0.0) bindex (>= 0.4.0) railties (>= 6.0.0) + webmention (7.0.0) + http (~> 5.0) + indieweb-endpoints (~> 8.0) + nokogiri (>= 1.13) webrick (1.8.1) websocket (1.2.10) websocket-driver (0.7.6) @@ -380,6 +409,7 @@ DEPENDENCIES js-routes listen (>= 3.0.5, < 3.2) meta-tags + microformats (~> 4.0, >= 4.2.1) mini_racer mysql2 normalize-rails @@ -398,6 +428,7 @@ DEPENDENCIES turbolinks (~> 5) tzinfo-data web-console (>= 3.3.0) + webmention webrick (~> 1.7) whenever (~> 1.0.0) will_paginate (~> 4.0) -- cgit 1.4.1