summaryrefslogtreecommitdiff
path: root/dev-ruby/activerecord
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2025-07-01 15:30:27 +0200
committerHans de Graaff <graaff@gentoo.org>2025-07-01 15:30:59 +0200
commit9640e72498ad0809af921e66f48f3ea70041d453 (patch)
tree881987c03f2e9abedfb4b6f515abb73414270eb1 /dev-ruby/activerecord
parent84b805d29d3991c133b932f7b799066d91bc6256 (diff)
downloadgentoo-9640e72498ad0809af921e66f48f3ea70041d453.tar.gz
gentoo-9640e72498ad0809af921e66f48f3ea70041d453.tar.bz2
gentoo-9640e72498ad0809af921e66f48f3ea70041d453.zip
dev-ruby/activerecord: enable ruby34
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r--dev-ruby/activerecord/activerecord-7.1.5.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/activerecord-7.1.5.1.ebuild b/dev-ruby/activerecord/activerecord-7.1.5.1.ebuild
index 1d81a0c0756b..5e185ecccfd2 100644
--- a/dev-ruby/activerecord/activerecord-7.1.5.1.ebuild
+++ b/dev-ruby/activerecord/activerecord-7.1.5.1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-USE_RUBY="ruby31 ruby32 ruby33"
+
+USE_RUBY="ruby32 ruby33 ruby34"
# this is not null so that the dependencies will actually be filled
RUBY_FAKEGEM_TASK_TEST="test"