Skip to content

Commit 2ca932e

Browse files
committed
Merge tag '042' into develop
Bump for 0.4.2
2 parents 6edcf35 + 8ebc882 commit 2ca932e

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
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
@@ -33,7 +33,7 @@ GEM
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,7 +149,7 @@ 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)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RubyLanguageServer
4-
VERSION = '0.4.1'
4+
VERSION = '0.4.2'
55
end

0 commit comments

Comments
 (0)