summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2026-06-26 18:38:21 +0200
committererdgeist <erdgeist@erdgeist.org>2026-06-26 18:38:21 +0200
commit89a5804e30abe9231d1be9fc45cc50b219fe1d7a (patch)
tree8a884bf9b71a17682eb0bdbde697f582eea9d7b1 /Gemfile
parent536646a13c008b2ebcee8a4f25e7c011a8eb4a8b (diff)
Fix minitest gem group placement
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index f3bd1a1..faa138c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,12 +29,12 @@ group :assets do
29 gem 'sass-rails', '~> 6.0' 29 gem 'sass-rails', '~> 6.0'
30 gem 'coffee-rails', '~> 4.0' 30 gem 'coffee-rails', '~> 4.0'
31 gem 'uglifier', '>= 1.0.3' 31 gem 'uglifier', '>= 1.0.3'
32 gem 'minitest', '~> 5.25'
33end 32end
34 33
35group :test do 34group :test do
36 gem 'test-unit', '~> 3.5' 35 gem 'test-unit', '~> 3.5'
37 gem 'rails-controller-testing' 36 gem 'rails-controller-testing'
37 gem 'minitest', '~> 5.25'
38end 38end
39 39
40gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', 40gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git',