Skip to content

Commit e07ca33

Browse files
committed
Update Gemfile
1 parent 068e777 commit e07ca33

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gemfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
source 'https://rubygems.org'
2+
before_deploy:
3+
- yes | gem update --system --force
4+
- gem install bundler
5+
- gem install uri
6+
- gem install logger
27
group :jekyll_plugins do
3-
gem 'wdm', '>= 0.1.0'
8+
# gem 'wdm', '>= 0.1.0'
49
gem 'classifier-reborn'
510
gem 'jekyll'
611
gem 'jekyll-archives'

0 commit comments

Comments
 (0)