comparison 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
comparison
equal deleted inserted replaced
113:84b05bfb91db 114:731df0cd0eb7
10 gem "csv", "~> 3.3" 10 gem "csv", "~> 3.3"
11 11
12 gem "logger", "~> 1.7" 12 gem "logger", "~> 1.7"
13 13
14 gem "json", "~> 2.12" 14 gem "json", "~> 2.12"
15
16 gem "base64", "~> 0.2.0"