Skip to content

Commit

Permalink
use an old version of ruby
Browse files Browse the repository at this point in the history
jekyll-assets does not seem to work with 3.2
  • Loading branch information
gjtorikian committed Oct 23, 2024
1 parent 632efff commit 8da5e64
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
cname: "www.markdowntutorial.com" # Default is to not use a cname
actor: "" # Default is the GITHUB_ACTOR
pre_build_commands: "" # Installing additional dependencies (Arch Linux)
ruby_ver: 2.7.5
bundler_ver: 2.1.4
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

.DS_Store
/.rbenv-version
/.ruby-version
.sass-cache
_site/
Gemfile.lock
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.5
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp"
}
}
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ gem "jekyll-assets", group: :jekyll_plugins
gem "sprockets", "~> 3.7"

gem 'rake'

gem "ffi", "1.15"

0 comments on commit 8da5e64

Please sign in to comment.