summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.ruby-version2
-rw-r--r--Gemfile3
-rw-r--r--Gemfile.lock5
3 files changed, 7 insertions, 3 deletions
diff --git a/.ruby-version b/.ruby-version
index 3b590617..a98d9a13 100644
--- a/.ruby-version
+++ b/.ruby-version
@@ -1 +1 @@
ruby-3.2.11 ruby-3.4.10
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
diff --git a/Gemfile.lock b/Gemfile.lock
index 0ebabd4b..8be1c361 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -109,6 +109,7 @@ GEM
109 concurrent-ruby (1.3.7) 109 concurrent-ruby (1.3.7)
110 connection_pool (3.0.2) 110 connection_pool (3.0.2)
111 crass (1.0.7) 111 crass (1.0.7)
112 csv (3.3.6)
112 date (3.5.1) 113 date (3.5.1)
113 diff-lcs (2.0.0) 114 diff-lcs (2.0.0)
114 drb (2.2.3) 115 drb (2.2.3)
@@ -345,6 +346,7 @@ DEPENDENCIES
345 chaos_calendar! 346 chaos_calendar!
346 coffee-rails (~> 4.0) 347 coffee-rails (~> 4.0)
347 concurrent-ruby (~> 1.3) 348 concurrent-ruby (~> 1.3)
349 csv
348 diff-lcs 350 diff-lcs
349 exception_notification (~> 4.5) 351 exception_notification (~> 4.5)
350 globalize (~> 7.0) 352 globalize (~> 7.0)
@@ -397,6 +399,7 @@ CHECKSUMS
397 concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0 399 concurrent-ruby (1.3.7) sha256=4412caec3a5ea2e5fdc52076724c071a81f2c0593d83b2ac8cbb8ca63b3151b0
398 connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a 400 connection_pool (3.0.2) sha256=33fff5ba71a12d2aa26cb72b1db8bba2a1a01823559fb01d29eb74c286e62e0a
399 crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295 401 crass (1.0.7) sha256=94868719948664c89ddcaf0a37c65048413dfcb1c869470a5f7a7ceb5390b295
402 csv (3.3.6) sha256=aba61e7e507a66f03d45cb1f3c4b6359861c3504038b422962875dce099e4456
400 date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0 403 date (3.5.1) sha256=750d06384d7b9c15d562c76291407d89e368dda4d4fff957eb94962d325a0dc0
401 diff-lcs (2.0.0) sha256=708a5d52ec2945b50f8f53a181174aa1ef2c496edf81c05957fe956dabb363d5 404 diff-lcs (2.0.0) sha256=708a5d52ec2945b50f8f53a181174aa1ef2c496edf81c05957fe956dabb363d5
402 drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373 405 drb (2.2.3) sha256=0b00d6fdb50995fe4a45dea13663493c841112e4068656854646f418fda13373
@@ -503,7 +506,7 @@ CHECKSUMS
503 zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12 506 zeitwerk (2.8.2) sha256=7212a61311083c604184b1ea2574b9aa05cd14f855a0841c06985cabe9181d12
504 507
505RUBY VERSION 508RUBY VERSION
506 ruby 3.2.11 509 ruby 3.4.10
507 510
508BUNDLED WITH 511BUNDLED WITH
509 4.0.15 512 4.0.15