diff options
author | Sam James <sam@gentoo.org> | 2023-03-30 23:57:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-31 01:50:44 +0100 |
commit | 578c3568e99e34d0949d23f414c790678f4c5c3c (patch) | |
tree | 994c00a4d8d8be7493652426dbaf438c209db005 /dev-ruby | |
parent | dev-ruby/simple_oauth: enable ruby32 (diff) | |
download | gentoo-578c3568e99e34d0949d23f414c790678f4c5c3c.tar.gz gentoo-578c3568e99e34d0949d23f414c790678f4c5c3c.tar.bz2 gentoo-578c3568e99e34d0949d23f414c790678f4c5c3c.zip |
dev-ruby/rubytter: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild index ceca69b7b4e4..5722c2276077 100644 --- a/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild +++ b/dev-ruby/rubytter/rubytter-1.5.1-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |