Skip to content

Commit 8ebc882

Browse files
committed
Merge branch 'release/042'
2 parents c1518cc + 2ea90d0 commit 8ebc882

5 files changed

Lines changed: 22 additions & 6 deletions

File tree

.github/dependabot.yml

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

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Multi-Arch Docker Image
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77
workflow_dispatch:
88

99
jobs:

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: 4 additions & 4 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,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
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)