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/activesupport/
Date: Sat, 04 Jun 2022 07:43:16
Message-Id: 1654328589.6006ea0b4c46fd3981b7ce492b0b9e061876abed.graaff@gentoo
1 commit: 6006ea0b4c46fd3981b7ce492b0b9e061876abed
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 07:42:31 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 07:43:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6006ea0b
7
8 dev-ruby/activesupport: enable ruby31
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/activesupport/activesupport-7.0.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activesupport/activesupport-7.0.3.ebuild b/dev-ruby/activesupport/activesupport-7.0.3.ebuild
16 index 111aab567962..3833f3749d04 100644
17 --- a/dev-ruby/activesupport/activesupport-7.0.3.ebuild
18 +++ b/dev-ruby/activesupport/activesupport-7.0.3.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=8
22
23 -USE_RUBY="ruby27 ruby30"
24 +USE_RUBY="ruby27 ruby30 ruby31"
25
26 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"