Search Criteria
Package Details: ruby-solargraph 0.50.0-1
Package Actions
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: | 9 |
Popularity: | 0.000453 |
First Submitted: | 2018-05-25 22:51 (UTC) |
Last Updated: | 2024-01-04 16:41 (UTC) |
Dependencies (17)
- ruby
- ruby-backportAUR
- ruby-benchmark (ruby)
- ruby-bundler
- ruby-diff-lcs
- ruby-e2mmapAUR
- ruby-jaro_winklerAUR
- ruby-kramdown
- ruby-kramdown-parser-gfm
- ruby-parser
- ruby-rbs
- ruby-reverse_markdownAUR
- ruby-rubocop (rubocop)
- ruby-thor
- ruby-tilt
- ruby-yard
- rubygems (rubygems-userAUR) (make)
Latest Comments
1 2 Next › Last »
Gaspartame commented on 2024-04-17 20:49 (UTC) (edited on 2024-04-17 20:50 (UTC) by Gaspartame)
@mnussbaum I had this error when launching solargraph :
/usr/lib/ruby/3.0.0/rubygems/specification.rb:1453:in `rescue in block in activate_dependencies': Could not find 'rbs' (~> 2.0) among 121 total gem(s) (Gem::MissingSpecError)
So I simply did as indicated here:and it now works ! :D I guess this is not a clean installation for the arch system, but until there is a fix...
mnussbaum commented on 2024-01-04 16:49 (UTC)
Hmm, it looks like
ruby-rbs
packages RBS version 3.1.0, but solargraph depends on RBS 2.x. Any suggestions for how to deal with this?SaltRockLamp commented on 2024-01-04 04:10 (UTC) (edited on 2024-01-04 04:13 (UTC) by SaltRockLamp)
Another vote here for adding
ruby-rbs
to the runtime deps:Levitating commented on 2023-10-25 11:43 (UTC) (edited on 2023-10-25 11:44 (UTC) by Levitating)
I think this should also depend on version 2 of rbs
mnussbaum commented on 2023-02-08 08:19 (UTC)
@antage thanks for spotting the missing dependency, it should be fixed now
antage commented on 2023-01-29 13:46 (UTC) (edited on 2023-01-29 13:46 (UTC) by antage)
0.47.2: /usr/bin/solargraph
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
1 2 Next › Last »