File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " bundler"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ open-pull-requests-limit : 5
8+ allow :
9+ - dependency-type : " all"
10+ commit-message :
11+ prefix : " deps"
12+ include : " scope"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Build and Push Multi-Arch Docker Image
33on :
44 push :
55 branches :
6- - main
6+ - master
77 workflow_dispatch :
88
99jobs :
Original file line number Diff line number Diff line change 11# Changelog
22
3+ #### 0.4.2 Sat Aug 2 09:20:41 PDT 2025
4+
5+ * Update thor (security advisory)
6+
37#### 0.4.1 Mon May 12 20:49:11 PDT 2025
48
59* Update ruby
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- ruby_language_server (0.4.1 )
4+ ruby_language_server (0.4.2 )
55 activerecord (~> 8.0 )
66 amatch
77 bundler
3333 securerandom (>= 0.3 )
3434 tzinfo (~> 2.0 , >= 2.0.5 )
3535 uri (>= 0.13.1 )
36- amatch (0.4.1 )
36+ amatch (0.4.2 )
3737 mize
3838 tins (~> 1.0 )
3939 ansi (1.5.0 )
@@ -149,13 +149,13 @@ GEM
149149 lint_roller (~> 1.1 )
150150 rubocop (~> 1.72 , >= 1.72.1 )
151151 ruby-progressbar (1.13.0 )
152- securerandom (0.4.1 )
152+ securerandom (0.4.2 )
153153 shellany (0.0.1 )
154154 sqlite3 (2.6.0-aarch64-linux-musl )
155155 sqlite3 (2.6.0-x86_64-linux-gnu )
156156 stringio (3.1.1 )
157157 sync (0.5.0 )
158- thor (1.3.2 )
158+ thor (1.4.0 )
159159 timeout (0.4.3 )
160160 tins (1.38.0 )
161161 bigdecimal
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RubyLanguageServer
4- VERSION = '0.4.1 '
4+ VERSION = '0.4.2 '
55end
You can’t perform that action at this time.
0 commit comments