-
-
Notifications
You must be signed in to change notification settings - Fork 248
/
Gemfile
36 lines (32 loc) · 841 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# frozen_string_literal: true
source 'https://rubygems.org'
# gem 'retlab', path: '../retlab'
group :jekyll_plugins do
gem 'jekyll', '~> 4.0'
gem 'jekyll-avatar'
gem 'jekyll-feed'
gem 'jekyll-github-metadata'
gem 'jekyll-mentions'
gem 'jekyll-og-image', github: 'benbalter/jekyll-og-image'
gem 'jekyll-redirect-from'
gem 'jekyll-relative-links'
gem 'jekyll-sass-converter', '~> 3.0'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'retlab', github: 'benbalter/retlab'
end
group :test, :development do
gem 'classifier-reborn', github: 'jekyll/classifier-reborn'
gem 'github-pages-health-check'
# gem 'gsl', github: 'SciRuby/rb-gsl'
gem 'html-proofer'
gem 'nokogiri'
gem 'pry'
gem 'rake'
gem 'rspec'
gem 'rubocop'
gem 'rubocop-performance'
gem 'rubocop-rspec'
gem 'webrick'
end