We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498be6e commit c7c6b6dCopy full SHA for c7c6b6d
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Ruby and install gems
12
uses: ruby/setup-ruby@v1
13
with:
14
- ruby-version: 3.0
+ ruby-version: 3.4
15
bundler-cache: true
16
- name: Run rubocop
17
run: |
Gemfile.lock
@@ -86,11 +86,11 @@ GEM
86
mutex_m (0.3.0)
87
mysql2 (0.5.6)
88
nio4r (2.7.4)
89
- nokogiri (1.16.7-arm64-darwin)
+ nokogiri (1.18.0-arm64-darwin)
90
racc (~> 1.4)
91
- nokogiri (1.16.7-x86_64-darwin)
+ nokogiri (1.18.0-x86_64-darwin)
92
93
- nokogiri (1.16.7-x86_64-linux)
+ nokogiri (1.18.0-x86_64-linux-gnu)
94
95
parallel (1.26.3)
96
parser (3.3.6.0)
0 commit comments