norman / friendly_id

FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.13k stars 589 forks source link

Upgrade Mocha in development dependencies #1021

Closed parndt closed 10 months ago

parndt commented 10 months ago

Currently CI is failing because we refer to MiniTest and the class is Minitest. This is also something that Mocha is doing, which is one of our development dependencies, but updating that fixes it.