File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN curl -O -L https://github.com/mateusza/SQLite-Levenshtein/archive/master.zip
1919RUN unzip master.zip
2020WORKDIR /usr/local/src/SQLite-Levenshtein-master
2121RUN ./configure
22- RUN make -j 8 install
22+ RUN make install
2323
2424WORKDIR /app
2525RUN rm -rf /usr/local/src
@@ -31,7 +31,7 @@ ENV RUBY_LANGUAGE_SERVER_PROJECT_ROOT=/project/
3131COPY Gemfile* ruby_language_server.gemspec ./
3232COPY lib/ruby_language_server/version.rb lib/ruby_language_server/version.rb
3333
34- RUN bundle install -j 8
34+ RUN bundle install
3535
3636COPY . ./
3737
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ DEPENDENCIES
210210 rubocop-rspec
211211 ruby_language_server !
212212 simplecov
213+ simplecov_json_formatter
213214
214215CHECKSUMS
215216 activemodel (8.1.1) sha256=8b7e2496b9e333ced06248c16a43217b950192c98e0fe3aa117eee21501c6fbd
You can’t perform that action at this time.
0 commit comments