Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ group :development, :test do

# Testing Framework
# Minitest 6.0+ is having some issues with how tests are currently written
gem "minitest", "~> 5.0"
gem "minitest-reporters"
gem "minitest", "~> 6.0"

# Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/]
gem "rubocop-rails-omakase", require: false
Expand Down
12 changes: 3 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ansi (1.5.0)
ast (2.4.3)
base64 (0.3.0)
bcrypt (3.1.21)
Expand Down Expand Up @@ -138,12 +137,8 @@ GEM
net-smtp
marcel (1.1.0)
mini_mime (1.1.5)
minitest (5.27.0)
minitest-reporters (1.7.1)
ansi
builder
minitest (>= 5.0)
ruby-progressbar
minitest (6.0.1)
prism (~> 1.5)
msgpack (1.8.0)
net-imap (0.6.2)
date
Expand Down Expand Up @@ -328,8 +323,7 @@ DEPENDENCIES
brakeman
debug
kamal
minitest (~> 5.0)
minitest-reporters
minitest (~> 6.0)
pg (~> 1.6)
puma (>= 5.0)
rails (~> 8.1.2)
Expand Down
2 changes: 0 additions & 2 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
require_relative "../config/environment"
ActiveRecord::Migration.maintain_test_schema!
require "rails/test_help"
require "minitest/reporters"
Minitest::Reporters.use! Minitest::Reporters::SpecReporter.new

require "bcrypt"

Expand Down