Skip to content

Commit d847330

Browse files
authored
Upgrade Ruby to 3.3 (#217)
1 parent ac7630f commit d847330

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ GEM
160160
net-protocol
161161
netrc (0.11.0)
162162
nio4r (2.5.9)
163-
nokogiri (1.15.4-arm64-darwin)
163+
nokogiri (1.16.0-arm64-darwin)
164164
racc (~> 1.4)
165-
nokogiri (1.15.4-x64-mingw-ucrt)
165+
nokogiri (1.16.0-x64-mingw-ucrt)
166166
racc (~> 1.4)
167-
nokogiri (1.15.4-x86_64-darwin)
167+
nokogiri (1.16.0-x86_64-darwin)
168168
racc (~> 1.4)
169-
nokogiri (1.15.4-x86_64-linux)
169+
nokogiri (1.16.0-x86_64-linux)
170170
racc (~> 1.4)
171171
parallel (1.23.0)
172172
parser (3.2.2.4)
@@ -245,10 +245,10 @@ GEM
245245
sorbet-static-and-runtime (>= 0.5.10187)
246246
syntax_tree (>= 6.1.1)
247247
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)
248+
sqlite3 (1.7.0-arm64-darwin)
249+
sqlite3 (1.7.0-x64-mingw-ucrt)
250+
sqlite3 (1.7.0-x86_64-darwin)
251+
sqlite3 (1.7.0-x86_64-linux)
252252
stringio (3.0.9)
253253
syntax_tree (6.2.0)
254254
prettier_print (>= 1.2.0)
@@ -280,8 +280,8 @@ GEM
280280

281281
PLATFORMS
282282
arm64-darwin
283-
x64-mingw-ucrt
284283
x64-mingw32
284+
x64-mingw-ucrt
285285
x86_64-darwin
286286
x86_64-linux
287287

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)