From 6be4bdf6ad92eea3e57ccfaf95672daf43cc1090 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 6 Jul 2021 08:46:18 +0200 Subject: ci: fixed a lot of issues with style and urls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- Gemfile | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3419f9e..0dd2704 100644 --- a/Gemfile +++ b/Gemfile @@ -15,17 +15,19 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -source "https://rubygems.org" +source 'https://rubygems.org' -gem "html-proofer" -gem "jekyll", "~> 4.2.0" -gem "jemoji" -gem "kramdown-parser-gfm" -gem "rake" -gem "rubocop" -gem "sass" -gem "webrick" +gem 'html-proofer' +gem 'jekyll', '~> 4.2.0' +gem 'jemoji' +gem 'kramdown-parser-gfm' +gem 'rake' +gem 'rubocop' +gem 'rubocop-performance', require: false +gem 'rubocop-rake', require: false +gem 'sass' +gem 'webrick' group :jekyll_plugins do - gem "jekyll-multiple-languages-plugin" + gem 'jekyll-multiple-languages-plugin' end -- cgit v1.2.3