forked from RoquesBeach/archipelago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
34 lines (27 loc) Β· 792 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
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'minima', '~> 2.5.1'
gem 'github-pages', group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-avatar'
gem 'jekyll-feed', '~> 0.15.1'
gem 'jekyll-mentions'
gem 'jekyll-redirect-from'
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
gem 'jemoji'
end
gem 'bundler-audit'
gem 'kramdown'
gem 'mdl'
gem 'nokogiri', '>= 1.11.0.rc4'
gem 'pry'
gem 'reek'
gem 'rubocop', require: false
gem 'rubycritic', require: false
gem 'ruby-graphviz'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]
# Performance-booster for watching directories on Windows
gem 'wdm', '~> 0.1.0' if Gem.win_platform?