Update 2 files

- /Gemfile
- /.gitlab-ci.yml
This commit is contained in:
mayx 2023-12-30 15:12:33 +00:00
parent 1734d36dd5
commit 975fcf9d8e
2 changed files with 6 additions and 6 deletions

View File

@ -13,7 +13,7 @@ variables:
LC_ALL: C.UTF-8 LC_ALL: C.UTF-8
before_script: before_script:
- gem install bundler - gem install bundler -v 2.4.22
- bundle install - bundle install
pages: pages:

10
Gemfile
View File

@ -1,11 +1,11 @@
source "https://rubygems.org" source "https://rubygems.org"
gem "jekyll", "~> 3.9.3" gem "jekyll", "~> 3.9.3"
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-gist" gem "jekyll-gist", "~> 1.5.0"
gem "jekyll-coffeescript" gem "jekyll-coffeescript", "~> 1.1.1"
gem "jekyll-assets" gem "jekyll-assets"
gem "jekyll-sitemap" gem "jekyll-sitemap", "~> 1.4.0"
gem "jekyll-feed" gem "jekyll-feed", "~> 0.15.1"
gem "jekyll-theme-minimal" gem "jekyll-theme-minimal"
gem "jekyll-paginate" gem "jekyll-paginate", "~> 1.1.0"
end end