diff options
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 |
