mirror of
https://github.com/LibreOffice/loeclipse.git
synced 2026-01-09 17:03:02 +00:00
8 lines
175 B
Ruby
8 lines
175 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "github-pages", group: :jekyll_plugins
|