diff Gemfile @ 114:731df0cd0eb7

gemfile: upgrade to latest of everything hopefully this will actually fix my ruby 3.4 problems
author Paper <paper@tflc.us>
date Mon, 19 May 2025 14:43:09 -0400
parents 84b05bfb91db
children
line wrap: on
line diff
--- a/Gemfile	Mon May 19 14:40:45 2025 -0400
+++ b/Gemfile	Mon May 19 14:43:09 2025 -0400
@@ -12,3 +12,5 @@
 gem "logger", "~> 1.7"
 
 gem "json", "~> 2.12"
+
+gem "base64", "~> 0.2.0"