diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-06 17:53:23 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-06 17:59:55 +0200 |
commit | dc14c5ab1aa2640124704ca28c1a9295abee3231 (patch) | |
tree | 60ef1f6d4485b2ad7ffdec80e50bd087c8eeba6d /dev-ruby/ruby-progressbar | |
parent | dev-ruby/rspectacular: enable ruby30 and disable ruby24, ruby25 (diff) | |
download | gentoo-dc14c5ab1aa2640124704ca28c1a9295abee3231.tar.gz gentoo-dc14c5ab1aa2640124704ca28c1a9295abee3231.tar.bz2 gentoo-dc14c5ab1aa2640124704ca28c1a9295abee3231.zip |
dev-ruby/ruby-progressbar: enable ruby30 and disable ruby25
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-progressbar')
-rw-r--r-- | dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild index c66f149c92b3..4a0dda0d56ff 100644 --- a/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild +++ b/dev-ruby/ruby-progressbar/ruby-progressbar-1.11.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27" +USE_RUBY="ruby26 ruby27 ruby30" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |