From 2628c08975370618ebdd9cc0d4eaa2bdb4776663 Mon Sep 17 00:00:00 2001 From: cn Date: Fri, 25 Dec 2020 17:49:48 +0100 Subject: [PATCH] gems: revert back to upstream solargraph now with rubocop 1.0 compat See https://github.com/castwide/solargraph/issues/380 and previous commit 0ffe369ef1ac1ed16ec7e06573faeaa7d90c13a6 --- Gemfile | 2 -- openvpn-status-web.gemspec | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c59d9c8..7f4f5e9 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,3 @@ 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 614471c..30a7f44 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.6.1' - # s.add_development_dependency 'solargraph', ' ~> 0.39.0' + s.add_development_dependency 'solargraph', ' ~> 0.40.0' end