diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-07-21 08:05:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-07-21 08:05:30 +0200 |
commit | 95ea6f679f4d8b908370d2e45b8f72eb7bd5e844 (patch) | |
tree | 34c6b005c1923fa088d25d9f8eb8e5b17ad6152f /dev-ruby | |
parent | dev-ruby/activemodel: amd64 stable (diff) | |
download | gentoo-95ea6f679f4d8b908370d2e45b8f72eb7bd5e844.tar.gz gentoo-95ea6f679f4d8b908370d2e45b8f72eb7bd5e844.tar.bz2 gentoo-95ea6f679f4d8b908370d2e45b8f72eb7bd5e844.zip |
dev-ruby/actionmailer: fix tests with rails 5.2 present
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-5.1.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild b/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild index eb97299a0c6f..3715e6a04346 100644 --- a/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild +++ b/dev-ruby/actionmailer/actionmailer-5.1.6.ebuild @@ -38,7 +38,7 @@ ruby_add_bdepend "test? ( all_ruby_prepare() { # Set test environment to our hand. rm "${S}/../Gemfile" || die "Unable to remove Gemfile" - sed -i -e '/\/load_paths/d' test/abstract_unit.rb || die "Unable to remove load paths" + sed -i -e '/\/load_paths/d ; 1igem "railties", "~>5.1.0"; gem "activejob", "~>5.1.0"' test/abstract_unit.rb || die "Unable to remove load paths" # Avoid a test failing only on attachment ordering, since this is a # security release. |