Add solargraph
This commit is contained in:
parent
a5903d9daf
commit
30accb5e79
2 changed files with 34 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -116,6 +116,7 @@ group :development, :ci, :test do
|
||||||
gem 'factory_bot_rails'
|
gem 'factory_bot_rails'
|
||||||
gem 'action_mailer_matchers'
|
gem 'action_mailer_matchers'
|
||||||
gem 'simplecov', '~> 0.16.1', require: false
|
gem 'simplecov', '~> 0.16.1', require: false
|
||||||
|
gem 'solargraph'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test do
|
group :test do
|
||||||
|
|
33
Gemfile.lock
33
Gemfile.lock
|
@ -67,6 +67,7 @@ GEM
|
||||||
amq-protocol (2.2.0)
|
amq-protocol (2.2.0)
|
||||||
andand (1.3.3)
|
andand (1.3.3)
|
||||||
arel (5.0.1.20140414130214)
|
arel (5.0.1.20140414130214)
|
||||||
|
ast (2.4.0)
|
||||||
aws-eventstream (1.0.1)
|
aws-eventstream (1.0.1)
|
||||||
aws-partitions (1.110.0)
|
aws-partitions (1.110.0)
|
||||||
aws-sdk (1.67.0)
|
aws-sdk (1.67.0)
|
||||||
|
@ -96,6 +97,7 @@ GEM
|
||||||
descendants_tracker (~> 0.0.4)
|
descendants_tracker (~> 0.0.4)
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
|
backport (0.3.0)
|
||||||
bcrypt (3.1.12)
|
bcrypt (3.1.12)
|
||||||
binding_of_caller (0.8.0)
|
binding_of_caller (0.8.0)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
|
@ -239,6 +241,7 @@ 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.16.2)
|
httparty (0.16.2)
|
||||||
|
@ -249,9 +252,11 @@ GEM
|
||||||
i18n (>= 0.6.6, < 2)
|
i18n (>= 0.6.6, < 2)
|
||||||
i18n_data (0.8.0)
|
i18n_data (0.8.0)
|
||||||
ice_nine (0.11.2)
|
ice_nine (0.11.2)
|
||||||
|
jaro_winkler (1.5.2)
|
||||||
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.10.0)
|
lograge (0.10.0)
|
||||||
actionpack (>= 4)
|
actionpack (>= 4)
|
||||||
activesupport (>= 4)
|
activesupport (>= 4)
|
||||||
|
@ -284,6 +289,8 @@ GEM
|
||||||
mini_portile2 (~> 2.3.0)
|
mini_portile2 (~> 2.3.0)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parallel (1.12.1)
|
parallel (1.12.1)
|
||||||
|
parser (2.6.0.0)
|
||||||
|
ast (~> 2.4.0)
|
||||||
pg (0.21.0)
|
pg (0.21.0)
|
||||||
polyglot (0.3.5)
|
polyglot (0.3.5)
|
||||||
power_assert (1.1.1)
|
power_assert (1.1.1)
|
||||||
|
@ -331,6 +338,7 @@ GEM
|
||||||
rack-ssl (~> 1.3.2)
|
rack-ssl (~> 1.3.2)
|
||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.18.1, < 2.0)
|
thor (>= 0.18.1, < 2.0)
|
||||||
|
rainbow (3.0.0)
|
||||||
rake (12.3.2)
|
rake (12.3.2)
|
||||||
request_store (1.4.1)
|
request_store (1.4.1)
|
||||||
rack (>= 1.4)
|
rack (>= 1.4)
|
||||||
|
@ -341,6 +349,8 @@ 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.4.0)
|
roadie (3.4.0)
|
||||||
css_parser (~> 1.4)
|
css_parser (~> 1.4)
|
||||||
nokogiri (~> 1.5)
|
nokogiri (~> 1.5)
|
||||||
|
@ -368,9 +378,18 @@ GEM
|
||||||
rspec-mocks (~> 3.8.0)
|
rspec-mocks (~> 3.8.0)
|
||||||
rspec-support (~> 3.8.0)
|
rspec-support (~> 3.8.0)
|
||||||
rspec-support (3.8.0)
|
rspec-support (3.8.0)
|
||||||
|
rubocop (0.63.1)
|
||||||
|
jaro_winkler (~> 1.5.1)
|
||||||
|
parallel (~> 1.10)
|
||||||
|
parser (>= 2.5, != 2.5.1.1)
|
||||||
|
powerpack (~> 0.1)
|
||||||
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
|
ruby-progressbar (~> 1.7)
|
||||||
|
unicode-display_width (~> 1.4.0)
|
||||||
ruby-debug-ide (0.6.1)
|
ruby-debug-ide (0.6.1)
|
||||||
rake (>= 0.8.1)
|
rake (>= 0.8.1)
|
||||||
ruby-prof (0.15.9)
|
ruby-prof (0.15.9)
|
||||||
|
ruby-progressbar (1.10.0)
|
||||||
safe_yaml (1.0.4)
|
safe_yaml (1.0.4)
|
||||||
sass (3.2.19)
|
sass (3.2.19)
|
||||||
sass-rails (5.0.7)
|
sass-rails (5.0.7)
|
||||||
|
@ -385,6 +404,17 @@ 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.31.1)
|
||||||
|
backport (~> 0.3)
|
||||||
|
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)
|
||||||
|
@ -410,6 +440,7 @@ GEM
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.5)
|
unf_ext (0.0.7.5)
|
||||||
|
unicode-display_width (1.4.1)
|
||||||
unicode_utils (1.4.0)
|
unicode_utils (1.4.0)
|
||||||
virtus (1.0.5)
|
virtus (1.0.5)
|
||||||
axiom-types (~> 0.1)
|
axiom-types (~> 0.1)
|
||||||
|
@ -423,6 +454,7 @@ GEM
|
||||||
crack (>= 0.3.2)
|
crack (>= 0.3.2)
|
||||||
hashdiff
|
hashdiff
|
||||||
xml-simple (1.1.5)
|
xml-simple (1.1.5)
|
||||||
|
yard (0.9.18)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
@ -494,6 +526,7 @@ DEPENDENCIES
|
||||||
sass (= 3.2.19)
|
sass (= 3.2.19)
|
||||||
sass-rails
|
sass-rails
|
||||||
simplecov (~> 0.16.1)
|
simplecov (~> 0.16.1)
|
||||||
|
solargraph
|
||||||
sprockets
|
sprockets
|
||||||
stripe
|
stripe
|
||||||
stripe-ruby-mock (~> 2.4.1)!
|
stripe-ruby-mock (~> 2.4.1)!
|
||||||
|
|
Loading…
Reference in a new issue