annotate Gemfile @ 118:503e22dd6cf5

blog: add (unfinished) series on OMS I'll update this as I do more research into the inner workings of OMS. It's much more interesting (and more convoluted) than ASIO is unfortunately, but it means the blog posts will probably be more interesting
author Paper <paper@tflc.us>
date Sun, 19 Oct 2025 23:15:02 -0400
parents 731df0cd0eb7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
78
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents:
diff changeset
1 # frozen_string_literal: true
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents:
diff changeset
2 source "https://rubygems.org"
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents:
diff changeset
3
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents:
diff changeset
4 # gem "rails"
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents:
diff changeset
5 gem "jekyll", "~> 4.3"
5fdf5f346b92 *: use jekyll for templates, blogging, etc.
Paper <paper@paper.us.eu.org>
parents:
diff changeset
6 gem "jekyll-feed", "~> 0.17.0"
111
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 78
diff changeset
7
250f40874439 *: update lots of things
Paper <paper@tflc.us>
parents: 78
diff changeset
8 gem "jekyll-minifier", "~> 0.1.10"
113
84b05bfb91db gemfile: more breaking changes in ruby 3.4
Paper <paper@tflc.us>
parents: 111
diff changeset
9
84b05bfb91db gemfile: more breaking changes in ruby 3.4
Paper <paper@tflc.us>
parents: 111
diff changeset
10 gem "csv", "~> 3.3"
84b05bfb91db gemfile: more breaking changes in ruby 3.4
Paper <paper@tflc.us>
parents: 111
diff changeset
11
84b05bfb91db gemfile: more breaking changes in ruby 3.4
Paper <paper@tflc.us>
parents: 111
diff changeset
12 gem "logger", "~> 1.7"
84b05bfb91db gemfile: more breaking changes in ruby 3.4
Paper <paper@tflc.us>
parents: 111
diff changeset
13
84b05bfb91db gemfile: more breaking changes in ruby 3.4
Paper <paper@tflc.us>
parents: 111
diff changeset
14 gem "json", "~> 2.12"
114
731df0cd0eb7 gemfile: upgrade to latest of everything
Paper <paper@tflc.us>
parents: 113
diff changeset
15
731df0cd0eb7 gemfile: upgrade to latest of everything
Paper <paper@tflc.us>
parents: 113
diff changeset
16 gem "base64", "~> 0.2.0"