gems: revert back to upstream solargraph now with rubocop 1.0 compat

See https://github.com/castwide/solargraph/issues/380 and previous commit e063b6cb4c
This commit is contained in:
cn 2020-12-25 16:25:28 +01:00
parent d89c1c6091
commit e29b451de4
2 changed files with 1 additions and 3 deletions

View File

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

View File

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