Search Criteria
Package Details: ruby-solargraph 0.44.3-1
Git Clone URL: | https://aur.archlinux.org/ruby-solargraph.git (read-only, click to copy) |
---|---|
Package Base: | ruby-solargraph |
Description: | A Ruby language server |
Upstream URL: | http://solargraph.org/ |
Licenses: | MIT |
Submitter: | mnussbaum |
Maintainer: | mnussbaum |
Last Packager: | mnussbaum |
Votes: | 7 |
Popularity: | 0.82 |
First Submitted: | 2018-05-25 22:51 (UTC) |
Last Updated: | 2022-03-23 17:35 (UTC) |
Latest Comments
rnovatorov commented on 2020-08-31 22:23 (UTC)
Solargraph requires
ruby-bundler
as a runtime dependency, but it is missing in the PKGBUILD.mnussbaum commented on 2020-04-10 22:18 (UTC)
@barskern That error is due to the nokogiri's dependency on mini_portile2 version 2.4.0. The nokogiri gem actually upgraded to mini_portile2 version 2.5.0 in https://github.com/sparklemotion/nokogiri/commit/7d6690b56a3fad12490aa1f37c8f9ac4a424a633, however that commit won't be available until the next nokogiri release, 1.11.0. Nokogiri 1.11.0 is currently in release candidate phase, so hopefully it will be available in the not-too-distant future and when it is this error should clear up.
In the meantime, you should be able to manually upgrade nokogiri on your system to the 1.11.0 RC to get past the error
barskern commented on 2020-04-10 21:14 (UTC) (edited on 2020-04-10 21:15 (UTC) by barskern)
After [
ruby-mini_portile
updated to 2.5.0] this does no longer run (see error below). Any tips on how to resolve this?mnussbaum commented on 2020-02-17 18:56 (UTC)
@Felixoid thanks! I've updated the package with your suggestions
Felixoid commented on 2020-02-17 16:16 (UTC) (edited on 2020-02-17 16:17 (UTC) by Felixoid)
Hey. Here's a patch to apply to the repository.