summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-07-24 22:07:07 +0200
committererdgeist <erdgeist@erdgeist.org>2026-07-24 22:07:07 +0200
commit215279dfb003163a7938ba948082363c105e888f (patch)
tree9e9f9da1e040dc89a2cc8d220bf9a19d8cb1d012
parenta3508c049d3a18bf4b76e4bb2d38e4f2ffee048c (diff)
Keep a linter handy, but disable by default, its deps list is enormous
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 0d7f91c6..3393beee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -73,6 +73,8 @@ gem 'chaos_calendar',
73 73
74# ── Test ────────────────────────────────────────────────────────────────────── 74# ── Test ──────────────────────────────────────────────────────────────────────
75 75
76# gem "erb_lint", "~> 0.5", :require => false
77
76group :test do 78group :test do
77 gem 'test-unit', '~> 3.5' 79 gem 'test-unit', '~> 3.5'
78 gem 'rails-controller-testing' 80 gem 'rails-controller-testing'