diff options
author | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:07:42 +0100 |
---|---|---|
committer | Simone Bortolin <simonebortolin@users.noreply.github.com> | 2022-12-19 23:07:42 +0100 |
commit | b18c1e4472ef51129ddb0f54789ed89d36210ad2 (patch) | |
tree | 465359eeb4dd6032496006ace3d0288b5122b666 /Gemfile | |
parent | fix too many spaces (diff) | |
download | hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.tar hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.tar.gz hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.tar.bz2 hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.tar.lz hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.tar.xz hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.tar.zst hack-gpon.github.io-b18c1e4472ef51129ddb0f54789ed89d36210ad2.zip |
Diffstat (limited to '')
-rw-r--r-- | Gemfile | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -1,14 +1,14 @@ -source "https://rubygems.org"
-
-
-gem "webrick"
-gem "rake"
-
-group :jekyll_plugins do
- gem "jekyll-last-modified-at"
- gem "jekyll-redirect-from"
- gem "jekyll-webp"
- gem "jekyll-remote-theme"
- gem "jekyll-seo-tag"
- gem 'jekyll-default-layout'
+source "https://rubygems.org" + + +gem "webrick" +gem "rake" + +group :jekyll_plugins do + gem "jekyll-last-modified-at" + gem "jekyll-redirect-from" + gem "jekyll-webp" + gem "jekyll-remote-theme" + gem "jekyll-seo-tag" + gem 'jekyll-default-layout' end
\ No newline at end of file |