Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel-helpers/
Date: Wed, 06 May 2020 05:30:56
Message-Id: 1588742936.d492320d3e280326555dae2e83d25879bec4a082.graaff@gentoo
1 commit: d492320d3e280326555dae2e83d25879bec4a082
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 05:28:56 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 05:28:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d492320d
7
8 dev-ruby/arel-helpers: remove obsolete rails version
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/arel-helpers/arel-helpers-2.11.0.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/arel-helpers/arel-helpers-2.11.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.11.0.ebuild
17 index d50244168c2..8b4488aa21f 100644
18 --- a/dev-ruby/arel-helpers/arel-helpers-2.11.0.ebuild
19 +++ b/dev-ruby/arel-helpers/arel-helpers-2.11.0.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -19,7 +19,7 @@ IUSE=""
27 ruby_add_rdepend "|| (
28 dev-ruby/activerecord:6.0
29 dev-ruby/activerecord:5.2
30 - dev-ruby/activerecord:4.2 )"
31 + )"
32
33 ruby_add_bdepend "test? (
34 dev-ruby/rr