view 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 source

# frozen_string_literal: true
source "https://rubygems.org"

# gem "rails"
gem "jekyll", "~> 4.3"
gem "jekyll-feed", "~> 0.17.0"

gem "jekyll-minifier", "~> 0.1.10"

gem "csv", "~> 3.3"

gem "logger", "~> 1.7"

gem "json", "~> 2.12"

gem "base64", "~> 0.2.0"