about summary refs log tree commit diff stats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 15:54:39 -0500
committerStar Rauchenberger <fefferburbia@gmail.com>2024-12-07 15:54:39 -0500
commita996f3bd05fc480247fd112f23fa3e67f7d5d7b5 (patch)
tree2df0a56e8cc42ccd632db5b2c022b7dbf8d74444 /Gemfile.lock
parent59f5508d5bc0cee856105a5bd52e1deaee44b842 (diff)
downloadthoughts-a996f3bd05fc480247fd112f23fa3e67f7d5d7b5.tar.gz
thoughts-a996f3bd05fc480247fd112f23fa3e67f7d5d7b5.tar.bz2
thoughts-a996f3bd05fc480247fd112f23fa3e67f7d5d7b5.zip
Added support for liking blog posts via webmention
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock31
1 files changed, 31 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index a3408d7..cc60005 100644 --- a/Gemfile.lock +++ b/Gemfile.lock
@@ -137,6 +137,7 @@ GEM
137 railties (>= 4.1.0) 137 railties (>= 4.1.0)
138 responders 138 responders
139 warden (~> 1.2.3) 139 warden (~> 1.2.3)
140 domain_name (0.6.20240107)
140 drb (2.2.0) 141 drb (2.2.0)
141 ruby2_keywords 142 ruby2_keywords
142 ed25519 (1.3.0) 143 ed25519 (1.3.0)
@@ -145,6 +146,9 @@ GEM
145 erubi (1.12.0) 146 erubi (1.12.0)
146 execjs (2.9.1) 147 execjs (2.9.1)
147 ffi (1.16.3) 148 ffi (1.16.3)
149 ffi-compiler (1.3.2)
150 ffi (>= 1.15.5)
151 rake
148 globalid (1.2.1) 152 globalid (1.2.1)
149 activesupport (>= 6.1) 153 activesupport (>= 6.1)
150 haml (6.2.3) 154 haml (6.2.3)
@@ -152,11 +156,24 @@ GEM
152 thor 156 thor
153 tilt 157 tilt
154 highline (2.1.0) 158 highline (2.1.0)
159 http (5.2.0)
160 addressable (~> 2.8)
161 base64 (~> 0.1)
162 http-cookie (~> 1.0)
163 http-form_data (~> 2.2)
164 llhttp-ffi (~> 0.5.0)
165 http-cookie (1.0.8)
166 domain_name (~> 0.5)
167 http-form_data (2.3.0)
155 i18n (1.14.1) 168 i18n (1.14.1)
156 concurrent-ruby (~> 1.0) 169 concurrent-ruby (~> 1.0)
157 image_processing (1.12.2) 170 image_processing (1.12.2)
158 mini_magick (>= 4.9.5, < 5) 171 mini_magick (>= 4.9.5, < 5)
159 ruby-vips (>= 2.0.17, < 3) 172 ruby-vips (>= 2.0.17, < 3)
173 indieweb-endpoints (8.0.0)
174 http (~> 5.0)
175 link-header-parser (~> 5.0)
176 nokogiri (>= 1.13)
160 io-console (0.6.0) 177 io-console (0.6.0)
161 irb (1.8.3) 178 irb (1.8.3)
162 rdoc 179 rdoc
@@ -172,10 +189,15 @@ GEM
172 railties (>= 3.2.16) 189 railties (>= 3.2.16)
173 js-routes (2.2.7) 190 js-routes (2.2.7)
174 railties (>= 4) 191 railties (>= 4)
192 json (2.9.0)
175 libv8-node (18.16.0.0) 193 libv8-node (18.16.0.0)
194 link-header-parser (5.1.1)
176 listen (3.0.8) 195 listen (3.0.8)
177 rb-fsevent (~> 0.9, >= 0.9.4) 196 rb-fsevent (~> 0.9, >= 0.9.4)
178 rb-inotify (~> 0.9, >= 0.9.7) 197 rb-inotify (~> 0.9, >= 0.9.7)
198 llhttp-ffi (0.5.0)
199 ffi-compiler (~> 1.0)
200 rake (~> 13.0)
179 loofah (2.21.4) 201 loofah (2.21.4)
180 crass (~> 1.0.2) 202 crass (~> 1.0.2)
181 nokogiri (>= 1.12.0) 203 nokogiri (>= 1.12.0)
@@ -187,6 +209,9 @@ GEM
187 marcel (1.0.2) 209 marcel (1.0.2)
188 meta-tags (2.19.0) 210 meta-tags (2.19.0)
189 actionpack (>= 3.2.0, < 7.2) 211 actionpack (>= 3.2.0, < 7.2)
212 microformats (4.5.0)
213 json
214 nokogiri
190 mime-types (3.5.1) 215 mime-types (3.5.1)
191 mime-types-data (~> 3.2015) 216 mime-types-data (~> 3.2015)
192 mime-types-data (3.2023.1003) 217 mime-types-data (3.2023.1003)
@@ -339,6 +364,10 @@ GEM
339 activemodel (>= 6.0.0) 364 activemodel (>= 6.0.0)
340 bindex (>= 0.4.0) 365 bindex (>= 0.4.0)
341 railties (>= 6.0.0) 366 railties (>= 6.0.0)
367 webmention (7.0.0)
368 http (~> 5.0)
369 indieweb-endpoints (~> 8.0)
370 nokogiri (>= 1.13)
342 webrick (1.8.1) 371 webrick (1.8.1)
343 websocket (1.2.10) 372 websocket (1.2.10)
344 websocket-driver (0.7.6) 373 websocket-driver (0.7.6)
@@ -380,6 +409,7 @@ DEPENDENCIES
380 js-routes 409 js-routes
381 listen (>= 3.0.5, < 3.2) 410 listen (>= 3.0.5, < 3.2)
382 meta-tags 411 meta-tags
412 microformats (~> 4.0, >= 4.2.1)
383 mini_racer 413 mini_racer
384 mysql2 414 mysql2
385 normalize-rails 415 normalize-rails
@@ -398,6 +428,7 @@ DEPENDENCIES
398 turbolinks (~> 5) 428 turbolinks (~> 5)
399 tzinfo-data 429 tzinfo-data
400 web-console (>= 3.3.0) 430 web-console (>= 3.3.0)
431 webmention
401 webrick (~> 1.7) 432 webrick (~> 1.7)
402 whenever (~> 1.0.0) 433 whenever (~> 1.0.0)
403 will_paginate (~> 4.0) 434 will_paginate (~> 4.0)