gems: use solargraph fork until gem metadata allows rubocop 1.0 compat

See https://github.com/castwide/solargraph/issues/380
This commit is contained in:
cn 2020-10-30 23:20:44 +01:00
parent c2cac319ae
commit 0ffe369ef1
2 changed files with 3 additions and 1 deletions

View File

@ -3,3 +3,5 @@
source 'https://rubygems.org'
gemspec
gem 'solargraph', git: 'https://github.com/zaratan/solargraph.git', branch: 'fix_rubocop_1_0'

View File

@ -38,5 +38,5 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec'
s.add_development_dependency 'rubocop', '~> 1.1.0'
s.add_development_dependency 'solargraph'
# s.add_development_dependency 'solargraph', ' ~> 0.39.0'
end