You are not logged in.

#1 2024-01-22 15:52:38

thommen
Member
From: Poland
Registered: 2017-12-30
Posts: 221

ruby-css_parser - Could not find compatible versions

I need to install ruby-css_parser. I have a message

Could not find compatible versions

Because every version of maxitest depends on minitest >= 5.0.0, < 5.19.0
  and minitest >= 5.0.0, < 5.19.0 could not be found in locally installed gems,
  maxitest cannot be used.
So, because Gemfile depends on maxitest >= 0,
  version solving has failed.

Not too sure how to solve the problem, please help.

Offline

#2 2024-01-22 17:15:56

loqs
Member
Registered: 2014-03-06
Posts: 17,419

Re: ruby-css_parser - Could not find compatible versions

ruby-maxitest needs to be updated to 5.4.0 https://github.com/grosser/maxitest/com … 9137a67c34
Edit:
code

diff --git a/PKGBUILD b/PKGBUILD
index cb34089..c858f29 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars@archlinux.org>
 
 pkgname=ruby-maxitest
-pkgver=4.5.0
-_commit=ea6ed8e73f61c095648760d384afcdba3d1446c8
+pkgver=5.4.0
+_commit=6dc300bc82f2035649fcf481f845eff909e21b59
 pkgrel=1
 pkgdesc='Minitest + all the features you always wanted'
 arch=(any)

Edit2:
https://gitlab.archlinux.org/archlinux/ … -/issues/1

Last edited by loqs (2024-01-23 12:45:33)

Offline

Board footer

Powered by FluxBB