Skip to content

Commit a5e0ac6

Browse files
authored
Merge pull request #30 from ghost242/system/config
update(config): ruby-version 3.1 -> 3.3
2 parents 32eeacb + 7f9c304 commit a5e0ac6

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Ruby
3737
uses: ruby/setup-ruby@v1
3838
with:
39-
ruby-version: '3.1' # Not needed with a .ruby-version file
39+
ruby-version: '3.3' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4141
cache-version: 0 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages

Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
54
addressable (2.8.7)
65
public_suffix (>= 2.0.2, < 7.0)
76
base64 (0.3.0)
8-
bigdecimal (3.3.0)
7+
bigdecimal (3.3.1)
98
coderay (1.1.3)
109
colorator (1.1.0)
1110
concurrent-ruby (1.3.5)
@@ -18,10 +17,10 @@ GEM
1817
ffi (1.17.2-arm64-darwin)
1918
ffi (1.17.2-x86_64-linux-gnu)
2019
forwardable-extended (2.6.0)
21-
google-protobuf (4.32.1-arm64-darwin)
20+
google-protobuf (4.33.0-arm64-darwin)
2221
bigdecimal
2322
rake (>= 13)
24-
google-protobuf (4.32.1-x86_64-linux-gnu)
23+
google-protobuf (4.33.0-x86_64-linux-gnu)
2524
bigdecimal
2625
rake (>= 13)
2726
http_parser.rb (0.8.0)
@@ -63,7 +62,7 @@ GEM
6362
jekyll (>= 3.8, < 5.0)
6463
jekyll-watch (2.2.1)
6564
listen (~> 3.0)
66-
json (2.15.1)
65+
json (2.15.2)
6766
just-the-docs (0.10.1)
6867
jekyll (>= 3.8.5)
6968
jekyll-include-cache

0 commit comments

Comments
 (0)