mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-21 14:54:22 +01:00
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:
parent
f64bcc0780
commit
e063b6cb4c
2
Gemfile
2
Gemfile
@ -3,3 +3,5 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gemspec
|
||||
|
||||
gem 'solargraph', git: 'https://github.com/zaratan/solargraph.git', branch: 'fix_rubocop_1_0'
|
||||
|
@ -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.1.0'
|
||||
s.add_development_dependency 'solargraph'
|
||||
# s.add_development_dependency 'solargraph', '~> 0.39.0'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user