Skip to content

Commit 058bc85

Browse files
authored
Merge pull request #323 from Code-dot-mil/update-github-actions
Fix ruby versions for github also
2 parents c45e828 + a40bcb9 commit 058bc85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
40-
ruby-version: 3.0.5
40+
ruby-version: 3.2.3
4141
- name: Setup Pages
4242
id: pages
4343
uses: actions/configure-pages@v5

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ DEPENDENCIES
100100
webrick (~> 1.7)
101101

102102
RUBY VERSION
103-
ruby 3.0.5p211
103+
ruby 3.2.3p157
104104

105105
BUNDLED WITH
106106
2.2.33

0 commit comments

Comments
 (0)