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: Sun, 06 Nov 2022 07:08:08
Message-Id: 1667718475.dbf22b617394b730a8b9f9005542404303856d06.graaff@gentoo
1 commit: dbf22b617394b730a8b9f9005542404303856d06
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 5 07:46:02 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:07:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf22b61
7
8 dev-ruby/activesupport: require new enough dalli for tests
9
10 Closes: https://bugs.gentoo.org/860555
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/activesupport/activesupport-6.1.6.1.ebuild | 2 +-
14 dev-ruby/activesupport/activesupport-6.1.7.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild b/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild
18 index bf5b64efaf18..613922116101 100644
19 --- a/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild
20 +++ b/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild
21 @@ -35,7 +35,7 @@ ruby_add_rdepend "
22 # memcache-client, nokogiri, builder, and redis are not strictly needed,
23 # but there are tests using this code.
24 ruby_add_bdepend "test? (
25 - >=dev-ruby/dalli-2.2.1
26 + >=dev-ruby/dalli-3.0.1
27 dev-ruby/connection_pool
28 >=dev-ruby/nokogiri-1.8.1
29 >=dev-ruby/builder-3.1.0
30
31 diff --git a/dev-ruby/activesupport/activesupport-6.1.7.ebuild b/dev-ruby/activesupport/activesupport-6.1.7.ebuild
32 index 1ad3c3c2edd9..76d366006776 100644
33 --- a/dev-ruby/activesupport/activesupport-6.1.7.ebuild
34 +++ b/dev-ruby/activesupport/activesupport-6.1.7.ebuild
35 @@ -35,7 +35,7 @@ ruby_add_rdepend "
36 # memcache-client, nokogiri, builder, and redis are not strictly needed,
37 # but there are tests using this code.
38 ruby_add_bdepend "test? (
39 - >=dev-ruby/dalli-2.2.1
40 + >=dev-ruby/dalli-3.0.1
41 dev-ruby/connection_pool
42 >=dev-ruby/nokogiri-1.8.1
43 >=dev-ruby/builder-3.1.0