diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-11-05 08:46:02 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-11-06 08:07:55 +0100 |
commit | dbf22b617394b730a8b9f9005542404303856d06 (patch) | |
tree | bf59529fa37d144d0ec370e6af2c08d13ece52cb /dev-ruby/activesupport | |
parent | dev-ruby/ethon: add 0.16.0 (diff) | |
download | gentoo-dbf22b617394b730a8b9f9005542404303856d06.tar.gz gentoo-dbf22b617394b730a8b9f9005542404303856d06.tar.bz2 gentoo-dbf22b617394b730a8b9f9005542404303856d06.zip |
dev-ruby/activesupport: require new enough dalli for tests
Closes: https://bugs.gentoo.org/860555
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-6.1.6.1.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-6.1.7.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild b/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild index bf5b64efaf18..613922116101 100644 --- a/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild +++ b/dev-ruby/activesupport/activesupport-6.1.6.1.ebuild @@ -35,7 +35,7 @@ ruby_add_rdepend " # memcache-client, nokogiri, builder, and redis are not strictly needed, # but there are tests using this code. ruby_add_bdepend "test? ( - >=dev-ruby/dalli-2.2.1 + >=dev-ruby/dalli-3.0.1 dev-ruby/connection_pool >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 diff --git a/dev-ruby/activesupport/activesupport-6.1.7.ebuild b/dev-ruby/activesupport/activesupport-6.1.7.ebuild index 1ad3c3c2edd9..76d366006776 100644 --- a/dev-ruby/activesupport/activesupport-6.1.7.ebuild +++ b/dev-ruby/activesupport/activesupport-6.1.7.ebuild @@ -35,7 +35,7 @@ ruby_add_rdepend " # memcache-client, nokogiri, builder, and redis are not strictly needed, # but there are tests using this code. ruby_add_bdepend "test? ( - >=dev-ruby/dalli-2.2.1 + >=dev-ruby/dalli-3.0.1 dev-ruby/connection_pool >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 |