Remove solargraph since it's not totally needed
This commit is contained in:
parent
6f74eb9bdd
commit
762c87c8d8
3 changed files with 0 additions and 36 deletions
|
@ -1,16 +0,0 @@
|
||||||
---
|
|
||||||
include:
|
|
||||||
- "**/*.rb"
|
|
||||||
exclude:
|
|
||||||
- spec/**/*
|
|
||||||
- test/**/*
|
|
||||||
- vendor/**/*
|
|
||||||
- ".bundle/**/*"
|
|
||||||
require: []
|
|
||||||
domains: []
|
|
||||||
reporters:
|
|
||||||
- rubocop
|
|
||||||
- require_not_found
|
|
||||||
plugins: []
|
|
||||||
require_paths: []
|
|
||||||
max_files: 5000
|
|
1
Gemfile
1
Gemfile
|
@ -82,7 +82,6 @@ group :development, :ci, :test do
|
||||||
gem 'pry', '~> 0.12.2'
|
gem 'pry', '~> 0.12.2'
|
||||||
gem 'pry-byebug', '~> 3.7.0'
|
gem 'pry-byebug', '~> 3.7.0'
|
||||||
gem 'ruby-prof', '0.15.9'
|
gem 'ruby-prof', '0.15.9'
|
||||||
gem 'solargraph', '~> 0.35.1'
|
|
||||||
gem 'standard', '~> 0.1.2'
|
gem 'standard', '~> 0.1.2'
|
||||||
gem 'rspec-rails', '~> 3.8', '>= 3.8.2'
|
gem 'rspec-rails', '~> 3.8', '>= 3.8.2'
|
||||||
gem 'rspec', '~> 3.8'
|
gem 'rspec', '~> 3.8'
|
||||||
|
|
19
Gemfile.lock
19
Gemfile.lock
|
@ -98,7 +98,6 @@ GEM
|
||||||
xml-simple
|
xml-simple
|
||||||
aws-sigv4 (1.1.0)
|
aws-sigv4 (1.1.0)
|
||||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
aws-eventstream (~> 1.0, >= 1.0.2)
|
||||||
backport (1.1.2)
|
|
||||||
bcrypt (3.1.13)
|
bcrypt (3.1.13)
|
||||||
binding_of_caller (0.8.0)
|
binding_of_caller (0.8.0)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
|
@ -215,7 +214,6 @@ GEM
|
||||||
hashie (3.6.0)
|
hashie (3.6.0)
|
||||||
heroku-deflater (0.6.3)
|
heroku-deflater (0.6.3)
|
||||||
rack (>= 1.4.5)
|
rack (>= 1.4.5)
|
||||||
htmlentities (4.3.4)
|
|
||||||
http-cookie (1.0.3)
|
http-cookie (1.0.3)
|
||||||
domain_name (~> 0.5)
|
domain_name (~> 0.5)
|
||||||
httparty (0.17.0)
|
httparty (0.17.0)
|
||||||
|
@ -232,7 +230,6 @@ GEM
|
||||||
jmespath (1.4.0)
|
jmespath (1.4.0)
|
||||||
json (1.8.6)
|
json (1.8.6)
|
||||||
kdtree (0.4)
|
kdtree (0.4)
|
||||||
kramdown (1.17.0)
|
|
||||||
lograge (0.11.2)
|
lograge (0.11.2)
|
||||||
actionpack (>= 4)
|
actionpack (>= 4)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
|
@ -337,8 +334,6 @@ GEM
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 4.0)
|
mime-types (>= 1.16, < 4.0)
|
||||||
netrc (~> 0.8)
|
netrc (~> 0.8)
|
||||||
reverse_markdown (1.1.0)
|
|
||||||
nokogiri
|
|
||||||
roadie (3.5.0)
|
roadie (3.5.0)
|
||||||
css_parser (~> 1.4)
|
css_parser (~> 1.4)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
|
@ -395,18 +390,6 @@ GEM
|
||||||
simplecov-html (~> 0.10.0)
|
simplecov-html (~> 0.10.0)
|
||||||
simplecov-html (0.10.2)
|
simplecov-html (0.10.2)
|
||||||
sixarm_ruby_unaccent (1.2.0)
|
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)
|
sprockets (3.7.2)
|
||||||
concurrent-ruby (~> 1.0)
|
concurrent-ruby (~> 1.0)
|
||||||
rack (> 1, < 3)
|
rack (> 1, < 3)
|
||||||
|
@ -452,7 +435,6 @@ GEM
|
||||||
wisper
|
wisper
|
||||||
wisper-rspec (1.1.0)
|
wisper-rspec (1.1.0)
|
||||||
xml-simple (1.1.5)
|
xml-simple (1.1.5)
|
||||||
yard (0.9.20)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -518,7 +500,6 @@ DEPENDENCIES
|
||||||
sassc (~> 2.0, >= 2.0.1)
|
sassc (~> 2.0, >= 2.0.1)
|
||||||
sassc-rails (~> 2.1, >= 2.1.2)
|
sassc-rails (~> 2.1, >= 2.1.2)
|
||||||
simplecov (~> 0.16.1)
|
simplecov (~> 0.16.1)
|
||||||
solargraph (~> 0.35.1)
|
|
||||||
sprockets (~> 3.7)
|
sprockets (~> 3.7)
|
||||||
standard (~> 0.1.2)
|
standard (~> 0.1.2)
|
||||||
stripe (~> 1.58)
|
stripe (~> 1.58)
|
||||||
|
|
Loading…
Reference in a new issue