diff --git a/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild b/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild index d68c35ef826b8..175ee1886d822 100644 --- a/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild +++ b/dev-ruby/activesupport/activesupport-7.1.5.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,6 +47,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-3.0.1 >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 @@ -68,6 +69,7 @@ all_ruby_prepare() { -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ -e 's/gemspec/gemspec path: "activesupport"/' \ + -e '/gem "dalli",/ s/$/, "< 5"/' \ -e '5igem "builder"' ../Gemfile || die rm ../Gemfile.lock || die diff --git a/dev-ruby/activesupport/activesupport-7.1.6.ebuild b/dev-ruby/activesupport/activesupport-7.1.6.ebuild index 001df453f6446..ed429c4061c81 100644 --- a/dev-ruby/activesupport/activesupport-7.1.6.ebuild +++ b/dev-ruby/activesupport/activesupport-7.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -47,6 +47,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-3.0.1 >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 @@ -68,6 +69,7 @@ all_ruby_prepare() { -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ -e 's/gemspec/gemspec path: "activesupport"/' \ + -e '/gem "dalli",/ s/$/, "< 5"/' \ -e '5igem "builder"' ../Gemfile || die rm ../Gemfile.lock || die diff --git a/dev-ruby/activesupport/activesupport-7.2.3.ebuild b/dev-ruby/activesupport/activesupport-7.2.3.ebuild index 3f29414c1c293..2b2222697a533 100644 --- a/dev-ruby/activesupport/activesupport-7.2.3.ebuild +++ b/dev-ruby/activesupport/activesupport-7.2.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -45,6 +45,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-3.0.1 >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 @@ -66,6 +67,7 @@ all_ruby_prepare() { -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ -e 's/gemspec/gemspec path: "activesupport"/' \ + -e '/gem "dalli",/ s/$/, "< 5"/' \ -e '5igem "builder"' ../Gemfile || die rm ../Gemfile.lock || die diff --git a/dev-ruby/activesupport/activesupport-8.0.4.ebuild b/dev-ruby/activesupport/activesupport-8.0.4.ebuild index 21166b1eefb82..8c04c97862cc8 100644 --- a/dev-ruby/activesupport/activesupport-8.0.4.ebuild +++ b/dev-ruby/activesupport/activesupport-8.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,6 +46,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-3.0.1 >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 @@ -67,6 +68,7 @@ all_ruby_prepare() { -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ -e 's/gemspec/gemspec path: "activesupport"/' \ + -e '/gem "dalli",/ s/$/, "< 5"/' \ -e '5igem "builder"' ../Gemfile || die rm ../Gemfile.lock || die diff --git a/dev-ruby/activesupport/activesupport-8.1.1.ebuild b/dev-ruby/activesupport/activesupport-8.1.1.ebuild index b64299d765b21..aa63d2531e924 100644 --- a/dev-ruby/activesupport/activesupport-8.1.1.ebuild +++ b/dev-ruby/activesupport/activesupport-8.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -46,6 +46,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-3.0.1 >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 @@ -67,6 +68,7 @@ all_ruby_prepare() { -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ -e 's/gemspec/gemspec path: "activesupport"/' \ + -e '/gem "dalli",/ s/$/, "< 5"/' \ -e '5igem "builder"' ../Gemfile || die rm ../Gemfile.lock || die diff --git a/dev-ruby/activesupport/activesupport-8.1.2.ebuild b/dev-ruby/activesupport/activesupport-8.1.2.ebuild index 2ec4e3ea175a4..eb7ee98a8d5eb 100644 --- a/dev-ruby/activesupport/activesupport-8.1.2.ebuild +++ b/dev-ruby/activesupport/activesupport-8.1.2.ebuild @@ -46,6 +46,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-3.0.1 >=dev-ruby/nokogiri-1.8.1 >=dev-ruby/builder-3.1.0 @@ -68,6 +69,7 @@ all_ruby_prepare() { -e '/^group :test/,/^end/ s:^:#:' \ -e '/^\s*group :\(db\|doc\|rubocop\|job\|cable\|lint\|mdl\|storage\|ujs\|test\|view\) do/,/^\s*end/ s:^:#:' \ -e 's/gemspec/gemspec path: "activesupport"/' \ + -e '/gem "dalli",/ s/$/, "< 5"/' \ -e '5igem "builder"' ../Gemfile || die rm ../Gemfile.lock || die