We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068e777 commit e07ca33Copy full SHA for e07ca33
Gemfile
@@ -1,6 +1,11 @@
1
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
7
group :jekyll_plugins do
- gem 'wdm', '>= 0.1.0'
8
+# gem 'wdm', '>= 0.1.0'
9
gem 'classifier-reborn'
10
gem 'jekyll'
11
gem 'jekyll-archives'
0 commit comments