summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-08-03 14:18:10 +0200
committererdgeist <erdgeist@erdgeist.org>2026-08-03 14:18:10 +0200
commita74e40be88cd1331155c967656e393618e88cd27 (patch)
tree5b4536d167fdb138f9d18c09f968458ad36da016 /Gemfile
parent0fa491188456332bacddb6310d86014cd8c87688 (diff)
Bump ruby to 3.4.10
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