diff options
author | Hans de Graaff <graaff@gentoo.org> | 2023-12-30 08:42:16 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2023-12-30 08:42:16 +0100 |
commit | 83177883033270fa3e249d175ccde872d3cabc66 (patch) | |
tree | c55dce27208ea6f8a274b7c7c3196ebda72b54e5 /dev-ruby/rspec-core | |
parent | dev-ruby/rspec-expectations: enable ruby33 (diff) | |
download | gentoo-83177883033270fa3e249d175ccde872d3cabc66.tar.gz gentoo-83177883033270fa3e249d175ccde872d3cabc66.tar.bz2 gentoo-83177883033270fa3e249d175ccde872d3cabc66.zip |
dev-ruby/rspec-core: enable ruby33
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/rspec-core')
-rw-r--r-- | dev-ruby/rspec-core/rspec-core-3.12.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/rspec-core/rspec-core-3.12.2.ebuild b/dev-ruby/rspec-core/rspec-core-3.12.2.ebuild index dbbf7a74746e..2f60929f76dc 100644 --- a/dev-ruby/rspec-core/rspec-core-3.12.2.ebuild +++ b/dev-ruby/rspec-core/rspec-core-3.12.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby30 ruby31 ruby32" +USE_RUBY="ruby30 ruby31 ruby32 ruby33" RUBY_FAKEGEM_TASK_TEST="none" |