diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 14:18:10 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-03 14:18:10 +0200 |
| commit | a74e40be88cd1331155c967656e393618e88cd27 (patch) | |
| tree | 5b4536d167fdb138f9d18c09f968458ad36da016 /Gemfile | |
| parent | 0fa491188456332bacddb6310d86014cd8c87688 (diff) | |
Bump ruby to 3.4.10
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | source 'https://rubygems.org' | 1 | source 'https://rubygems.org' |
| 2 | 2 | ||
| 3 | ruby '3.2.11' | 3 | ruby '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 | ||
| 64 | gem 'exception_notification', '~> 4.5' | 64 | gem 'exception_notification', '~> 4.5' |
| 65 | gem '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 |
