projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1839ef8
)
dev-ruby/actionpack: fix tests with rails 5.2 present
author
Hans de Graaff
<graaff@gentoo.org>
Sat, 21 Jul 2018 05:53:32 +0000
(07:53 +0200)
committer
Hans de Graaff
<graaff@gentoo.org>
Sat, 21 Jul 2018 05:57:59 +0000
(07:57 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-ruby/actionpack/actionpack-5.1.6.ebuild
patch
|
blob
|
history
diff --git
a/dev-ruby/actionpack/actionpack-5.1.6.ebuild
b/dev-ruby/actionpack/actionpack-5.1.6.ebuild
index a6ccce8788de238c4de819b62165e9280f912678..0e7c85ea9432f04ddbf5b66d9d71863ac27dd83e 100644
(file)
--- 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
}