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 21d18e0 commit e1266f1Copy full SHA for e1266f1
.travis.yml
@@ -12,7 +12,7 @@ matrix:
12
rvm: 2.5.3
13
env: GH_PAGES=true
14
- rvm: *latest_ruby
15
- env: JEKYLL_VERSION=">= 4.0.0.pre.alpha1"
+ env: JEKYLL_VERSION="~> 4.0"
16
17
before_install:
18
- gem update --system
spec/spec_helper.rb
@@ -42,15 +42,15 @@ def config
42
"authors" => {},
43
},
44
"url" => "http://jekyllrb.com",
45
- "gems" => [
+ "plugins" => [
46
"jekyll-redirect-from",
47
"jekyll-sitemap",
48
],
49
"defaults" => [{
50
"scope" => { "path" => "" },
51
"values" => { "layout" => "layout" },
52
}]
53
- ).backwards_compatibilize
+ )
54
end
55
56
def site
0 commit comments