commit: 8b31a809571ce8c127f0de8443361b6711ab8830 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sat Jul 16 08:01:20 2022 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Jul 16 08:11:03 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b31a809
dev-ruby/activesupport: restrict minitest version Bug: https://bugs.gentoo.org/857759 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/activesupport/activesupport-5.2.8.1.ebuild | 1 + dev-ruby/activesupport/activesupport-6.0.5.1.ebuild | 1 + dev-ruby/activesupport/activesupport-6.1.6.1.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild b/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild index 76a83ebed7db..9882d2a76a2d 100644 --- a/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild +++ b/dev-ruby/activesupport/activesupport-5.2.8.1.ebuild @@ -43,6 +43,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/listen-3.0.5:3 dev-ruby/rack dev-ruby/mocha + <dev-ruby/minitest-5.16:5 )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-6.0.5.1.ebuild b/dev-ruby/activesupport/activesupport-6.0.5.1.ebuild index 7f50b4eb8032..befb483ba7e6 100644 --- a/dev-ruby/activesupport/activesupport-6.0.5.1.ebuild +++ b/dev-ruby/activesupport/activesupport-6.0.5.1.ebuild @@ -43,6 +43,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/listen-3.0.5:3 dev-ruby/rack dev-ruby/mocha + <dev-ruby/minitest-5.16:5 )" all_ruby_prepare() { diff --git a/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild b/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild index cfe7a844bc9b..a58618422fce 100644 --- a/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild +++ b/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild @@ -43,6 +43,7 @@ ruby_add_bdepend "test? ( dev-ruby/rack dev-ruby/rexml dev-ruby/mocha + <dev-ruby/minitest-5.16:5 )" all_ruby_prepare() {
