From 0ffe369ef1ac1ed16ec7e06573faeaa7d90c13a6 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 30 Oct 2020 23:20:44 +0100 Subject: [PATCH] gems: use solargraph fork until gem metadata allows rubocop 1.0 compat See https://github.com/castwide/solargraph/issues/380 --- Gemfile | 2 ++ openvpn-status-web.gemspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7f4f5e9..c59d9c8 100644 --- a/Gemfile +++ b/Gemfile @@ -3,3 +3,5 @@ source 'https://rubygems.org' gemspec + +gem 'solargraph', git: 'https://github.com/zaratan/solargraph.git', branch: 'fix_rubocop_1_0' diff --git a/openvpn-status-web.gemspec b/openvpn-status-web.gemspec index 73cd337..d72f7ce 100644 --- a/openvpn-status-web.gemspec +++ b/openvpn-status-web.gemspec @@ -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