From 762c87c8d8feb36534e07790e0da67491b6d9603 Mon Sep 17 00:00:00 2001 From: Eric Schultz Date: Thu, 23 Apr 2020 12:11:55 -0500 Subject: [PATCH] Remove solargraph since it's not totally needed --- .solargraph.yml | 16 ---------------- Gemfile | 1 - Gemfile.lock | 19 ------------------- 3 files changed, 36 deletions(-) delete mode 100644 .solargraph.yml diff --git a/.solargraph.yml b/.solargraph.yml deleted file mode 100644 index 1f5c24cd..00000000 --- a/.solargraph.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -include: -- "**/*.rb" -exclude: -- spec/**/* -- test/**/* -- vendor/**/* -- ".bundle/**/*" -require: [] -domains: [] -reporters: -- rubocop -- require_not_found -plugins: [] -require_paths: [] -max_files: 5000 diff --git a/Gemfile b/Gemfile index 8cdae360..386b0598 100755 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,6 @@ group :development, :ci, :test do gem 'pry', '~> 0.12.2' gem 'pry-byebug', '~> 3.7.0' gem 'ruby-prof', '0.15.9' - gem 'solargraph', '~> 0.35.1' gem 'standard', '~> 0.1.2' gem 'rspec-rails', '~> 3.8', '>= 3.8.2' gem 'rspec', '~> 3.8' diff --git a/Gemfile.lock b/Gemfile.lock index c5e9f935..9a41eed3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,7 +98,6 @@ GEM xml-simple aws-sigv4 (1.1.0) aws-eventstream (~> 1.0, >= 1.0.2) - backport (1.1.2) bcrypt (3.1.13) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) @@ -215,7 +214,6 @@ GEM hashie (3.6.0) heroku-deflater (0.6.3) rack (>= 1.4.5) - htmlentities (4.3.4) http-cookie (1.0.3) domain_name (~> 0.5) httparty (0.17.0) @@ -232,7 +230,6 @@ GEM jmespath (1.4.0) json (1.8.6) kdtree (0.4) - kramdown (1.17.0) lograge (0.11.2) actionpack (>= 4) activesupport (>= 4) @@ -337,8 +334,6 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - reverse_markdown (1.1.0) - nokogiri roadie (3.5.0) css_parser (~> 1.4) nokogiri (~> 1.8) @@ -395,18 +390,6 @@ GEM simplecov-html (~> 0.10.0) simplecov-html (0.10.2) sixarm_ruby_unaccent (1.2.0) - solargraph (0.35.2) - backport (~> 1.1) - bundler (>= 1.17.2) - htmlentities (~> 4.3, >= 4.3.4) - jaro_winkler (~> 1.5) - kramdown (~> 1.16) - parser (~> 2.3) - reverse_markdown (~> 1.0, >= 1.0.5) - rubocop (~> 0.52) - thor (~> 0.19, >= 0.19.4) - tilt (~> 2.0) - yard (~> 0.9) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -452,7 +435,6 @@ GEM wisper wisper-rspec (1.1.0) xml-simple (1.1.5) - yard (0.9.20) PLATFORMS ruby @@ -518,7 +500,6 @@ DEPENDENCIES sassc (~> 2.0, >= 2.0.1) sassc-rails (~> 2.1, >= 2.1.2) simplecov (~> 0.16.1) - solargraph (~> 0.35.1) sprockets (~> 3.7) standard (~> 0.1.2) stripe (~> 1.58)