diff --git a/Gemfile b/Gemfile index 293e4ca..afa4944 100644 --- a/Gemfile +++ b/Gemfile @@ -47,7 +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", "~> 6.0" gem "minitest-reporters" # Omakase Ruby styling [https://github.com/rails/rubocop-rails-omakase/] diff --git a/Gemfile.lock b/Gemfile.lock index 6fed48a..4e1f12d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -138,7 +138,8 @@ GEM net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.1) + prism (~> 1.5) minitest-reporters (1.7.1) ansi builder @@ -328,7 +329,7 @@ DEPENDENCIES brakeman debug kamal - minitest (~> 5.0) + minitest (~> 6.0) minitest-reporters pg (~> 1.6) puma (>= 5.0)