Skip to content

Commit

Permalink
dev-ruby/test_declarative: loosen minitest dependency
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.40, Repoman-2.3.9
  • Loading branch information
graaff committed Jul 4, 2018
1 parent 449df11 commit f031908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-ruby/test_declarative/test_declarative-0.0.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5
Expand Down Expand Up @@ -26,7 +26,7 @@ IUSE=""
ruby_add_bdepend "test? ( dev-ruby/bundler dev-ruby/minitest:5 )"

all_ruby_prepare() {
sed -i -e '/rake/ s/12.0.0/12/' Gemfile || die
sed -i -e '/rake/ s/12.0.0/12/ ; /minitest/ s/5.10.1/5.10/' Gemfile || die
}

each_ruby_test() {
Expand Down

0 comments on commit f031908

Please sign in to comment.