diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-08 08:19:30 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-08 11:15:38 +0200 |
commit | 4f770f930ad071dec369337dc8f3cceecb2bbc1a (patch) | |
tree | 60a4b210989fdebc9e1c1af2a00431669517eec4 /dev-ruby/json_schema/json_schema-0.20.9.ebuild | |
parent | dev-ruby/rjb: add 1.6.5 (diff) | |
download | gentoo-4f770f930ad071dec369337dc8f3cceecb2bbc1a.tar.gz gentoo-4f770f930ad071dec369337dc8f3cceecb2bbc1a.tar.bz2 gentoo-4f770f930ad071dec369337dc8f3cceecb2bbc1a.zip |
dev-ruby/json_schema: enable ruby30, ruby31 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/json_schema/json_schema-0.20.9.ebuild')
-rw-r--r-- | dev-ruby/json_schema/json_schema-0.20.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/json_schema/json_schema-0.20.9.ebuild b/dev-ruby/json_schema/json_schema-0.20.9.ebuild index 9bd8e69403ad..ec108266055b 100644 --- a/dev-ruby/json_schema/json_schema-0.20.9.ebuild +++ b/dev-ruby/json_schema/json_schema-0.20.9.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30 ruby31" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md TODO.md" |