diff options
author | Sam James <sam@gentoo.org> | 2023-04-07 18:43:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-07 19:09:52 +0100 |
commit | 116953ae00e440dbbfe627d02272dcf9ce6119c4 (patch) | |
tree | 751005a92265109d11cbb22707ec263ce3fe1ed3 /dev-ruby/autoprefixer-rails | |
parent | dev-ruby/rspec-rails: enable ruby31 (diff) | |
download | gentoo-116953ae00e440dbbfe627d02272dcf9ce6119c4.tar.gz gentoo-116953ae00e440dbbfe627d02272dcf9ce6119c4.tar.bz2 gentoo-116953ae00e440dbbfe627d02272dcf9ce6119c4.zip |
dev-ruby/autoprefixer-rails: enable ruby31
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/autoprefixer-rails')
-rw-r--r-- | dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild index a5f07fb4f9a8..300bd1ef7d0c 100644 --- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -USE_RUBY="ruby27 ruby30" +USE_RUBY="ruby27 ruby30 ruby31" RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_EXTRADOC="README.md" |