gma / tconsole

Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
177 stars 18 forks source link

Relax dependency on minitest version #66

Closed stevenringo closed 11 years ago

stevenringo commented 11 years ago

Currently the minitest version is expected to be "~> 3.3.0"

Considering minitest is being changed quite often at the minor version, perhaps tconsole should take this into account. Currently its only valid for changes on the patch version.

Recommend changing this dependency to "~> 3.4", which means all versions from 3.4 and up, but not including 4.x

nalanj commented 11 years ago

Done!