Skip to content

Commit 48fe29c

Browse files
committed
Upgrade Ruby to 3.3
1 parent ac7630f commit 48fe29c

File tree

4 files changed

+9
-16
lines changed

4 files changed

+9
-16
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
os: [ubuntu-latest, macos-latest, windows-latest]
12-
ruby: ["3.0", "3.1", "3.2", "head"]
12+
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
1313
include:
1414
- ruby: "head"
1515
experimental: true
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ruby-version: ${{ matrix.ruby }}
3030
bundler-cache: true
31-
cache-version: 5
31+
cache-version: 6
3232

3333
- name: Check if documentation is up to date
3434
run: bundle exec rake ruby_lsp:check_docs

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Ruby
1515
uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 3.2
17+
ruby-version: 3.3
1818
bundler-cache: true
1919

2020
- name: Configure git

Gemfile.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ GEM
146146
net-smtp
147147
marcel (1.0.2)
148148
mini_mime (1.1.5)
149+
mini_portile2 (2.8.5)
149150
minitest (5.20.0)
150151
mocha (2.1.0)
151152
ruby2_keywords (>= 0.0.5)
@@ -160,13 +161,8 @@ GEM
160161
net-protocol
161162
netrc (0.11.0)
162163
nio4r (2.5.9)
163-
nokogiri (1.15.4-arm64-darwin)
164-
racc (~> 1.4)
165-
nokogiri (1.15.4-x64-mingw-ucrt)
166-
racc (~> 1.4)
167-
nokogiri (1.15.4-x86_64-darwin)
168-
racc (~> 1.4)
169-
nokogiri (1.15.4-x86_64-linux)
164+
nokogiri (1.16.0)
165+
mini_portile2 (~> 2.8.2)
170166
racc (~> 1.4)
171167
parallel (1.23.0)
172168
parser (3.2.2.4)
@@ -245,10 +241,8 @@ GEM
245241
sorbet-static-and-runtime (>= 0.5.10187)
246242
syntax_tree (>= 6.1.1)
247243
thor (>= 0.19.2)
248-
sqlite3 (1.6.8-arm64-darwin)
249-
sqlite3 (1.6.8-x64-mingw-ucrt)
250-
sqlite3 (1.6.8-x86_64-darwin)
251-
sqlite3 (1.6.8-x86_64-linux)
244+
sqlite3 (1.7.0)
245+
mini_portile2 (~> 2.8.0)
252246
stringio (3.0.9)
253247
syntax_tree (6.2.0)
254248
prettier_print (>= 1.2.0)
@@ -280,7 +274,6 @@ GEM
280274

281275
PLATFORMS
282276
arm64-darwin
283-
x64-mingw-ucrt
284277
x64-mingw32
285278
x86_64-darwin
286279
x86_64-linux

dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: ruby-lsp-rails
33
type: ruby
44

55
up:
6-
- ruby: '3.2.2'
6+
- ruby: '3.3.0'
77
- bundler:
88
gemfile: Gemfile
99

0 commit comments

Comments
 (0)