Skip to content

Commit

Permalink
📌 Unpin minitest (reverts c7c28af)
Browse files Browse the repository at this point in the history
  • Loading branch information
YtvwlD committed Oct 20, 2023
1 parent 6df9070 commit 2bfb8f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ group :development do
gem 'faker'
gem 'ruby-prof'
gem 'spring'
gem 'minitest', '< 5.11'
gem 'minitest'
end

group :production do
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ GEM
mini_magick (4.12.0)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.10.3)
minitest (5.20.0)
msgpack (1.7.2)
net-imap (0.4.2)
date
Expand Down Expand Up @@ -265,7 +265,7 @@ DEPENDENCIES
jquery-rails
kt-paperclip
mini_magick
minitest (< 5.11)
minitest
pg
puma
rails (~> 7)
Expand Down

0 comments on commit 2bfb8f4

Please sign in to comment.