commit: fe453fb6b9c83448903bed94f72592f369bc6ba0
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 21 05:53:32 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jul 21 05:57:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe453fb6
dev-ruby/actionpack: fix tests with rails 5.2 present
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/actionpack/actionpack-5.1.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-ruby/actionpack/actionpack-5.1.6.ebuild
b/dev-ruby/actionpack/actionpack-5.1.6.ebuild
index a6ccce8788d..0e7c85ea943 100644
--- a/dev-ruby/actionpack/actionpack-5.1.6.ebuild
+++ b/dev-ruby/actionpack/actionpack-5.1.6.ebuild
@@ -52,5 +52,5 @@ all_ruby_prepare() {
-e '/:job/,/end/ s:^:#:' \
-e '/group :doc/,/^end/ s:^:#:' ../Gemfile || die
rm ../Gemfile.lock || die
- sed -i -e '1igem "rack-test", "~>0.6.3"' test/abstract_unit.rb || die
+ sed -i -e '1igem "rack-test", "~>0.6.3"; gem "activemodel", "~>5.1.0";
gem "railties", "~>5.1.0"' test/abstract_unit.rb || die
}