Skip to content

Commit

Permalink
upgrade Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
jSherz committed Nov 9, 2024
1 parent e6abb64 commit baec7b5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Ruby and install dependencies
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.6
ruby-version: 3.3.6
bundler-cache: true

- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.6
3.3.6
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

ruby '3.1.6'
ruby '3.3.6'

gem 'jekyll'
gem 'jekyll-seo-tag'
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,10 @@ GEM
rexml (3.3.7)
rouge (4.4.0)
safe_yaml (1.0.5)
sass-embedded (1.79.3)
sass-embedded (1.79.3-arm64-darwin)
google-protobuf (~> 4.27)
sass-embedded (1.79.3-x86_64-linux-gnu)
google-protobuf (~> 4.27)
rake (>= 13)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.6.0)
Expand All @@ -86,7 +87,7 @@ DEPENDENCIES
jekyll-sitemap

RUBY VERSION
ruby 3.1.6p260
ruby 3.3.6p108

BUNDLED WITH
2.3.27
2.5.22
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Unless you're a big fan of raw Markdown, you can view the blog at [https://jsher

## Developing and publishing

Install rbenv and then Ruby version 3.1.6
Install rbenv and then Ruby version 3.3.6

```bash
rbenv install 3.1.6
rbenv install 3.3.6
```

To run a development server on port 4000, use:
Expand Down

0 comments on commit baec7b5

Please sign in to comment.