mirror of
https://github.com/cmur2/openvpn-status-web.git
synced 2024-12-22 12:54:24 +01:00
gem: fix solargraph typecheck problem in CI + remove downpin
This commit is contained in:
parent
eeed0fa089
commit
147a905bfc
2
Rakefile
2
Rakefile
@ -21,4 +21,4 @@ end
|
||||
|
||||
task default: [:rubocop, :spec, 'bundle:audit']
|
||||
|
||||
task travis: [:default, :'solargraph:tc']
|
||||
task travis: [:default, :'solargraph:init', :'solargraph:tc']
|
||||
|
@ -37,5 +37,5 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency 'rake'
|
||||
s.add_development_dependency 'rspec'
|
||||
s.add_development_dependency 'rubocop', '~> 0.89.0'
|
||||
s.add_development_dependency 'solargraph', '< 0.39.13'
|
||||
s.add_development_dependency 'solargraph'
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user