Skip to content

Commit 18e612a

Browse files
authored
Merge pull request #689 from github/hubot/jekyll-v3-8-7
Bump jekyll to v3.8.7
2 parents 919909a + 9a00138 commit 18e612a

File tree

7 files changed

+5
-9
lines changed

7 files changed

+5
-9
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ jobs:
77
strategy:
88
matrix:
99
ruby:
10-
- 2.3
11-
- 2.4
1210
- 2.5
1311
- 2.6
1412
steps:

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require:
2323
- rubocop-performance
2424

2525
AllCops:
26-
TargetRubyVersion: 2.3
26+
TargetRubyVersion: 2.5
2727
Exclude:
2828
- 'bin/**/*'
2929
- 'script/**/*'

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.5.3
1+
2.5.8

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.3
4-
- 2.4
53
- 2.5
64
- 2.6
75

github-pages.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Gem::Specification.new do |s|
3030
s.add_development_dependency("jekyll_test_plugin_malicious", "~> 0.2")
3131
s.add_development_dependency("pry", "~> 0.10")
3232
s.add_development_dependency("rspec", "~> 3.3")
33-
s.add_development_dependency("rubocop-github", "0.14.0")
33+
s.add_development_dependency("rubocop-github", "0.16.0")
3434
end

lib/github-pages/dependencies.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module GitHubPages
77
class Dependencies
88
VERSIONS = {
99
# Jekyll
10-
"jekyll" => "3.8.5",
10+
"jekyll" => "3.8.7",
1111
"jekyll-sass-converter" => "1.5.2",
1212

1313
# Converters

script/cibuild-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -ex
44

55
# Set the ruby version in the Action definition matrix.
6-
: "${RUBY_VERSION:="2.5.3"}"
6+
: "${RUBY_VERSION:="2.5.8"}"
77

88
docker build --build-arg "RUBY_VERSION=$RUBY_VERSION" -t github-pages .
99
docker run --rm --workdir /src/gh/pages-gem github-pages script/cibuild

0 commit comments

Comments
 (0)