summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3393beee..3572970e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,6 +1,6 @@
1source 'https://rubygems.org' 1source 'https://rubygems.org'
2 2
3ruby '3.2.11' 3ruby '3.4.10'
4 4
5# ── Core framework ──────────────────────────────────────────────────────────── 5# ── Core framework ────────────────────────────────────────────────────────────
6 6
@@ -62,6 +62,7 @@ gem 'diff-lcs', require: 'diff/lcs'
62# ── Operational ─────────────────────────────────────────────────────────────── 62# ── Operational ───────────────────────────────────────────────────────────────
63 63
64gem 'exception_notification', '~> 4.5' 64gem 'exception_notification', '~> 4.5'
65gem 'csv'
65 66
66# chaos_calendar: C extension wrapping libical for the public events calendar. 67# chaos_calendar: C extension wrapping libical for the public events calendar.
67# Pinned to custom branch; includes FreeBSD 15.1 / libical 3.x header path fix 68# Pinned to custom branch; includes FreeBSD 15.1 / libical 3.x header path fix