Skip to content

Commit c7c6b6d

Browse files
committed
Use Ruby 3.4 and update Nokogiri
1 parent 498be6e commit c7c6b6d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Setup Ruby and install gems
1212
uses: ruby/setup-ruby@v1
1313
with:
14-
ruby-version: 3.0
14+
ruby-version: 3.4
1515
bundler-cache: true
1616
- name: Run rubocop
1717
run: |

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ GEM
8686
mutex_m (0.3.0)
8787
mysql2 (0.5.6)
8888
nio4r (2.7.4)
89-
nokogiri (1.16.7-arm64-darwin)
89+
nokogiri (1.18.0-arm64-darwin)
9090
racc (~> 1.4)
91-
nokogiri (1.16.7-x86_64-darwin)
91+
nokogiri (1.18.0-x86_64-darwin)
9292
racc (~> 1.4)
93-
nokogiri (1.16.7-x86_64-linux)
93+
nokogiri (1.18.0-x86_64-linux-gnu)
9494
racc (~> 1.4)
9595
parallel (1.26.3)
9696
parser (3.3.6.0)

0 commit comments

Comments
 (0)