-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathGemfile
More file actions
19 lines (16 loc) · 739 Bytes
/
Gemfile
File metadata and controls
19 lines (16 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source 'https://rubygems.org'
# For Windows
gem 'wdm', '~> 0.1', platforms: [:mswin, :mingw]
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
# Middleman
gem 'middleman', '~> 4.5'
#Tools
gem 'middleman-livereload'
gem 'middleman-minify-html'
gem 'middleman-autoprefixer', :git => 'https://github.com/middleman/middleman-autoprefixer.git' #fixes deprecation warnings
gem 'middleman-imageoptim', :git => 'https://github.com/alexsanderson/middleman-imageoptim' #fixes ':image_optim is deprecated' warning
gem 'middleman-pagination', :git => 'https://github.com/suresh44t/middleman-pagination.git' #a fork that is compatible with Middleman 4
gem 'middleman-robots'
gem 'middleman-aria_current'
gem 'middleman-inline_svg'
gem 'builder'