diff options
author | 2023-04-07 19:05:48 +0100 | |
---|---|---|
committer | 2023-04-07 19:10:00 +0100 | |
commit | 0d4f7a38b5499bd5c17f44235f5397a36db87934 (patch) | |
tree | 4ae45b7118d12c4c369ddce8a24861f2df2576b2 /dev-ruby/arel-helpers | |
parent | dev-ruby/combustion: enable ruby32 (diff) | |
download | gentoo-0d4f7a38b5499bd5c17f44235f5397a36db87934.tar.gz gentoo-0d4f7a38b5499bd5c17f44235f5397a36db87934.tar.bz2 gentoo-0d4f7a38b5499bd5c17f44235f5397a36db87934.zip |
dev-ruby/arel-helpers: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/arel-helpers')
-rw-r--r-- | dev-ruby/arel-helpers/arel-helpers-2.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/arel-helpers/arel-helpers-2.14.0.ebuild b/dev-ruby/arel-helpers/arel-helpers-2.14.0.ebuild index 42fc63621ae9..7b03104ba75a 100644 --- a/dev-ruby/arel-helpers/arel-helpers-2.14.0.ebuild +++ b/dev-ruby/arel-helpers/arel-helpers-2.14.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" RUBY_S=${PN}-* |