Skip to content

Commit

Permalink
Update solargraph in devel
Browse files Browse the repository at this point in the history
  • Loading branch information
xhero committed Nov 11, 2024
1 parent 0a2af15 commit ba47156
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,6 @@ gem 'i18n-tasks', '~> 1.0.14', group: :development
#gem 'mailcatcher'
#gem "string-similarity"
#gem "rest-client"

gem 'solargraph', group: :development
gem 'rufo', group: :development
40 changes: 40 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,10 @@ GEM
ruby2_keywords (>= 0.0.2)
ast (2.4.2)
awesome_print (1.9.2)
backport (1.2.0)
base64 (0.2.0)
bcrypt (3.1.20)
benchmark (0.3.0)
bigdecimal (3.1.8)
builder (3.3.0)
cancancan (3.6.1)
Expand Down Expand Up @@ -175,6 +177,7 @@ GEM
differ (0.1.2)
domain_name (0.6.20240107)
drb (2.2.1)
e2mmap (0.1.0)
erubi (1.13.0)
exception_notification (4.5.0)
actionmailer (>= 5.2, < 8)
Expand Down Expand Up @@ -251,6 +254,7 @@ GEM
irb (1.13.2)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jaro_winkler (1.6.0)
jbuilder (2.12.0)
actionview (>= 5.0.0)
activesupport (>= 5.0.0)
Expand All @@ -277,12 +281,15 @@ GEM
kaminari-core (1.2.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
kt-paperclip (7.2.2)
activemodel (>= 4.2.0)
activesupport (>= 4.2.0)
marcel (~> 1.0.1)
mime-types
terrapin (>= 0.6.0, < 2.0)
language_server-protocol (3.17.0.3)
libxml-ruby (5.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
Expand Down Expand Up @@ -402,6 +409,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rbs (2.8.4)
rdoc (6.7.0)
psych (>= 4.0.0)
redcarpet (3.6.0)
Expand Down Expand Up @@ -451,10 +459,23 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.4)
rubocop (1.68.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.4, < 3.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.34.0)
parser (>= 3.3.1.0)
ruby-prof (1.7.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
rubyzip (2.3.2)
rufo (0.18.0)
sassc (2.4.0)
ffi (~> 1.9)
sassc-rails (2.1.2)
Expand All @@ -470,6 +491,22 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
solargraph (0.50.0)
backport (~> 1.2)
benchmark
bundler (~> 2.0)
diff-lcs (~> 1.4)
e2mmap
jaro_winkler (~> 1.5)
kramdown (~> 2.3)
kramdown-parser-gfm (~> 1.1)
parser (~> 3.0)
rbs (~> 2.0)
reverse_markdown (~> 2.0)
rubocop (~> 1.38)
thor (~> 1.0)
tilt (~> 2.0)
yard (~> 0.9, >= 0.9.24)
solr_wrapper (4.0.2)
http
minitar
Expand Down Expand Up @@ -521,6 +558,7 @@ GEM
whatlanguage (1.0.6)
xpath (3.2.0)
nokogiri (~> 1.8)
yard (0.9.37)
zeitwerk (2.6.16)

PLATFORMS
Expand Down Expand Up @@ -583,9 +621,11 @@ DEPENDENCIES
rspec-rails (~> 3.5)
ruby-prof
rubyzip
rufo
sassc-rails
sdoc
selenium-webdriver
solargraph
solr_wrapper
sort_alphabetical
sqlite3
Expand Down

0 comments on commit ba47156

Please sign in to comment.