Skip to content
Open
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ group :test do
gem 'rspec-json_expectations', require: false

# It is needed to use #assigns(attribute) in controllers tests
gem 'minitest', '~> 5.0' # TODO: remove constraint when we upgrade to Rails 8, see https://github.com/minitest/minitest/issues/1040
gem 'minitest', '~> 6.0' # TODO: remove constraint when we upgrade to Rails 8, see https://github.com/minitest/minitest/issues/1040
gem 'minitest-profiler'
gem 'rails-controller-testing'
end
Expand Down
6 changes: 4 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@ GEM
benchmark
logger
mini_mime (1.1.5)
minitest (5.27.0)
minitest (6.0.5)
drb (~> 2.0)
prism (~> 1.5)
minitest-profiler (0.0.2)
activesupport (>= 4.1.0)
minitest (>= 5.3.3)
Expand Down Expand Up @@ -702,7 +704,7 @@ DEPENDENCIES
launchy
listen
logger
minitest (~> 5.0)
minitest (~> 6.0)
minitest-profiler
mocha
multi_json
Expand Down
Loading