diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-26 18:38:21 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-26 18:38:21 +0200 |
| commit | 89a5804e30abe9231d1be9fc45cc50b219fe1d7a (patch) | |
| tree | 8a884bf9b71a17682eb0bdbde697f582eea9d7b1 /Gemfile | |
| parent | 536646a13c008b2ebcee8a4f25e7c011a8eb4a8b (diff) | |
Fix minitest gem group placement
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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' | ||
| 33 | end | 32 | end |
| 34 | 33 | ||
| 35 | group :test do | 34 | group :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' | ||
| 38 | end | 38 | end |
| 39 | 39 | ||
| 40 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', | 40 | gem 'chaos_calendar', :git => 'https://github.com/erdgeist/chaoscalendar.git', |
