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 'action_mailer_matchers'
|
||||
gem 'simplecov', '~> 0.16.1', require: false
|
||||
gem 'solargraph'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
33
Gemfile.lock
33
Gemfile.lock
|
@ -67,6 +67,7 @@ GEM
|
|||
amq-protocol (2.2.0)
|
||||
andand (1.3.3)
|
||||
arel (5.0.1.20140414130214)
|
||||
ast (2.4.0)
|
||||
aws-eventstream (1.0.1)
|
||||
aws-partitions (1.110.0)
|
||||
aws-sdk (1.67.0)
|
||||
|
@ -96,6 +97,7 @@ GEM
|
|||
descendants_tracker (~> 0.0.4)
|
||||
ice_nine (~> 0.11.0)
|
||||
thread_safe (~> 0.3, >= 0.3.1)
|
||||
backport (0.3.0)
|
||||
bcrypt (3.1.12)
|
||||
binding_of_caller (0.8.0)
|
||||
debug_inspector (>= 0.0.1)
|
||||
|
@ -239,6 +241,7 @@ 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.16.2)
|
||||
|
@ -249,9 +252,11 @@ GEM
|
|||
i18n (>= 0.6.6, < 2)
|
||||
i18n_data (0.8.0)
|
||||
ice_nine (0.11.2)
|
||||
jaro_winkler (1.5.2)
|
||||
jmespath (1.4.0)
|
||||
json (1.8.6)
|
||||
kdtree (0.4)
|
||||
kramdown (1.17.0)
|
||||
lograge (0.10.0)
|
||||
actionpack (>= 4)
|
||||
activesupport (>= 4)
|
||||
|
@ -284,6 +289,8 @@ GEM
|
|||
mini_portile2 (~> 2.3.0)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.12.1)
|
||||
parser (2.6.0.0)
|
||||
ast (~> 2.4.0)
|
||||
pg (0.21.0)
|
||||
polyglot (0.3.5)
|
||||
power_assert (1.1.1)
|
||||
|
@ -331,6 +338,7 @@ GEM
|
|||
rack-ssl (~> 1.3.2)
|
||||
rake (>= 0.8.7)
|
||||
thor (>= 0.18.1, < 2.0)
|
||||
rainbow (3.0.0)
|
||||
rake (12.3.2)
|
||||
request_store (1.4.1)
|
||||
rack (>= 1.4)
|
||||
|
@ -341,6 +349,8 @@ 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.4.0)
|
||||
css_parser (~> 1.4)
|
||||
nokogiri (~> 1.5)
|
||||
|
@ -368,9 +378,18 @@ GEM
|
|||
rspec-mocks (~> 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)
|
||||
rake (>= 0.8.1)
|
||||
ruby-prof (0.15.9)
|
||||
ruby-progressbar (1.10.0)
|
||||
safe_yaml (1.0.4)
|
||||
sass (3.2.19)
|
||||
sass-rails (5.0.7)
|
||||
|
@ -385,6 +404,17 @@ GEM
|
|||
simplecov-html (~> 0.10.0)
|
||||
simplecov-html (0.10.2)
|
||||
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)
|
||||
concurrent-ruby (~> 1.0)
|
||||
rack (> 1, < 3)
|
||||
|
@ -410,6 +440,7 @@ GEM
|
|||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.5)
|
||||
unicode-display_width (1.4.1)
|
||||
unicode_utils (1.4.0)
|
||||
virtus (1.0.5)
|
||||
axiom-types (~> 0.1)
|
||||
|
@ -423,6 +454,7 @@ GEM
|
|||
crack (>= 0.3.2)
|
||||
hashdiff
|
||||
xml-simple (1.1.5)
|
||||
yard (0.9.18)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -494,6 +526,7 @@ DEPENDENCIES
|
|||
sass (= 3.2.19)
|
||||
sass-rails
|
||||
simplecov (~> 0.16.1)
|
||||
solargraph
|
||||
sprockets
|
||||
stripe
|
||||
stripe-ruby-mock (~> 2.4.1)!
|
||||
|
|
Loading…
Reference in a new issue