diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-10-21 10:35:01 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-10-21 11:11:28 +0200 |
commit | e06a957e4778380d96b8495a2fa9bc37f6799f29 (patch) | |
tree | 1f9b63719275817fca3c31fe0b3ec7efd6865aab /dev-ruby/ruby-progressbar | |
parent | dev-ruby/rspectacular: enable ruby31 and disable ruby26 (diff) | |
download | gentoo-e06a957e4778380d96b8495a2fa9bc37f6799f29.tar.gz gentoo-e06a957e4778380d96b8495a2fa9bc37f6799f29.tar.bz2 gentoo-e06a957e4778380d96b8495a2fa9bc37f6799f29.zip |
dev-ruby/ruby-progressbar: enable ruby31 and disable ruby26
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 4a0dda0d56ff..8d3fea136cfa 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="ruby26 ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" |