diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-03-17 10:48:54 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-03-17 10:51:23 +0100 |
commit | 30e680e79784dadb97cea65abdf2820cdd98ae23 (patch) | |
tree | d75813150fa521798f2daf7778d1dbde65556321 /dev-ruby/activerecord | |
parent | dev-ruby/activemodel: enable ruby33 (diff) | |
download | gentoo-30e680e79784dadb97cea65abdf2820cdd98ae23.tar.gz gentoo-30e680e79784dadb97cea65abdf2820cdd98ae23.tar.bz2 gentoo-30e680e79784dadb97cea65abdf2820cdd98ae23.zip |
dev-ruby/activerecord: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/activerecord-7.1.3.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activerecord/activerecord-7.1.3.2.ebuild b/dev-ruby/activerecord/activerecord-7.1.3.2.ebuild index f64d86b79538..1d0cd7c9927b 100644 --- a/dev-ruby/activerecord/activerecord-7.1.3.2.ebuild +++ b/dev-ruby/activerecord/activerecord-7.1.3.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" # this is not null so that the dependencies will actually be filled RUBY_FAKEGEM_TASK_TEST="test" @@ -43,7 +43,7 @@ ruby_add_bdepend " ~dev-ruby/railties-${PV} >=dev-ruby/sqlite3-1.4.0 dev-ruby/mocha - <dev-ruby/minitest-5.16:* + dev-ruby/minitest:5 )" DEPEND+=" test? ( >=dev-db/sqlite-3.12.1 )" |