diff options
author | Sam James <sam@gentoo.org> | 2023-04-03 03:21:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-03 04:02:56 +0100 |
commit | 604b2e0577af5e09c3a101c316dee0eafa61bdc1 (patch) | |
tree | 71d880cc78f9651dc77796577aaac5ada9224f4e /dev-ruby/rails-dom-testing | |
parent | dev-python/websockets: Bump to 11.0 (diff) | |
download | gentoo-604b2e0577af5e09c3a101c316dee0eafa61bdc1.tar.gz gentoo-604b2e0577af5e09c3a101c316dee0eafa61bdc1.tar.bz2 gentoo-604b2e0577af5e09c3a101c316dee0eafa61bdc1.zip |
dev-ruby/rails-dom-testing: enable ruby32
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/rails-dom-testing')
-rw-r--r-- | dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild index 27f64b453065..9c898a51498f 100644 --- a/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-r2.ebuild +++ b/dev-ruby/rails-dom-testing/rails-dom-testing-2.0.3-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=8 -USE_RUBY="ruby26 ruby27 ruby30 ruby31" +USE_RUBY="ruby27 ruby30 ruby31 ruby32" RUBY_FAKEGEM_EXTRADOC="README.md" |