update workflow
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1m0s Details

This commit is contained in:
EmersonJSC 2024-05-23 17:17:58 -03:00
parent 052819a639
commit 33c372d7f2
1 changed files with 21 additions and 0 deletions

21
Gemfile Executable file
View File

@ -0,0 +1,21 @@
source "https://rubygems.org"
ruby RUBY_VERSION
# Hello! This is where you manage which Jekyll version is used to run.
# When you want to use a different version, change it below, save the
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so:
#
# bundle exec jekyll serve
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll"
gem "jekyll-scholar"
Encoding.default_external = Encoding::UTF_8
Encoding.default_internal = Encoding::UTF_8
gem "rexml", "~> 3.2"
gem "ffi", "~> 1.11"