-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Gemfile and Netlify configuration to use Ruby version 2.7.2
- Loading branch information
1 parent
ad08dad
commit 752047b
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2.7.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem 'jekyll' | ||
# gem 'jekyll-macro' # Include your necessary plugins here | ||
ruby '2.7.2' # Add this line | ||
|
||
# If you are using GitHub Pages, you can include the GitHub Pages gem | ||
gem 'github-pages', group: :jekyll_plugins | ||
gem 'jekyll', '~> 4.2.0' | ||
gem 'jekyll-macro' # Include your necessary plugins here | ||
|
||
# Other plugins and dependencies | ||
group :jekyll_plugins do | ||
gem 'github-pages' # Optional if you are using GitHub Pages as well | ||
end | ||
gem 'github-pages' # Optional if you are using GitHub Pages as well | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ | |
|
||
[build.environment] | ||
BUNDLE_PATH = "vendor/bundle" | ||
RUBY_VERSION = "2.7.2" |