Skip to content

Commit 90b78c0

Browse files
authored
Update ruby base version and Gemfile (#579)
1 parent 35095e9 commit 90b78c0

File tree

4 files changed

+11
-6
lines changed

4 files changed

+11
-6
lines changed

.github/workflows/jekyll.yml

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

.ruby-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.3.1

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'https://rubygems.org'
22

3+
ruby ">=3.3.0"
4+
35
gem 'rake'
46
gem 'jekyll'
57

Gemfile.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ GEM
1414
eventmachine (1.2.7)
1515
ffi (1.17.1)
1616
forwardable-extended (2.6.0)
17-
google-protobuf (4.29.3)
17+
google-protobuf (4.30.1)
1818
bigdecimal
1919
rake (>= 13)
2020
http_parser.rb (0.8.0)
@@ -43,7 +43,7 @@ GEM
4343
sass-embedded (~> 1.75)
4444
jekyll-watch (2.2.1)
4545
listen (~> 3.0)
46-
json (2.9.1)
46+
json (2.10.2)
4747
kramdown (2.5.1)
4848
rexml (>= 3.3.9)
4949
kramdown-parser-gfm (1.1.0)
@@ -60,11 +60,11 @@ GEM
6060
rb-fsevent (0.11.2)
6161
rb-inotify (0.11.1)
6262
ffi (~> 1.0)
63-
rexml (3.4.0)
63+
rexml (3.4.1)
6464
rouge (4.5.1)
6565
safe_yaml (1.0.5)
66-
sass-embedded (1.83.4)
67-
google-protobuf (~> 4.29)
66+
sass-embedded (1.86.0)
67+
google-protobuf (~> 4.30)
6868
rake (>= 13)
6969
terminal-table (3.0.2)
7070
unicode-display_width (>= 1.1.1, < 3)
@@ -79,5 +79,8 @@ DEPENDENCIES
7979
rake
8080
webrick (~> 1.9.1)
8181

82+
RUBY VERSION
83+
ruby 3.3.1p55
84+
8285
BUNDLED WITH
8386
2.5.15

0 commit comments

Comments
 (0)