diff --git a/Gemfile b/Gemfile index 6d7d1b4..0377cc3 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ group :development, :test do gem "brakeman", require: false # Testing Framework - 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 236350a..a466205 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -137,7 +137,8 @@ GEM net-smtp marcel (1.1.0) mini_mime (1.1.5) - minitest (5.27.0) + minitest (6.0.0) + prism (~> 1.5) minitest-reporters (1.7.1) ansi builder @@ -326,7 +327,7 @@ DEPENDENCIES brakeman debug kamal - minitest (~> 5.0) + minitest (~> 6.0) minitest-reporters pg (~> 1.1) puma (>= 5.0)