commit:     ba0657d906061c923ff7cd293afaf2e02a0a9050
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 21 17:47:30 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 21 17:47:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba0657d9

dev-ruby/railties: fix eselect-rails dependency

Require a new enough version that recognizes rails 5.2.

Fixes: https://bugs.gentoo.org/675822
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 dev-ruby/railties/railties-5.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/railties/railties-5.2.2.ebuild 
b/dev-ruby/railties/railties-5.2.2.ebuild
index 8dc48c4f937..2ab2e1ea1ca 100644
--- a/dev-ruby/railties/railties-5.2.2.ebuild
+++ b/dev-ruby/railties/railties-5.2.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -31,7 +31,7 @@ RUBY_S="rails-${PV}/${PN}"
 # investigation.
 RESTRICT="test"
 
-RDEPEND+=">=app-eselect/eselect-rails-0.23"
+RDEPEND+=">=app-eselect/eselect-rails-0.24"
 
 ruby_add_rdepend "
        ~dev-ruby/activesupport-${PV}

Reply via email to