Skip to content

Commit

Permalink
Update Gemfile and Netlify configuration to use Ruby version 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dell-datascience committed Jul 21, 2024
1 parent ad08dad commit 752047b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.7.2
12 changes: 5 additions & 7 deletions Gemfile
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
1 change: 1 addition & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@

[build.environment]
BUNDLE_PATH = "vendor/bundle"
RUBY_VERSION = "2.7.2"

0 comments on commit 752047b

Please sign in to comment.