Skip to content

Commit 1dceb57

Browse files
authored
Merge branch 'master' into jekyll-seo-tag-v2-5-0
2 parents d011ba7 + 0d93f62 commit 1dceb57

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# If you disable a check, document why.
1717

1818
AllCops:
19-
TargetRubyVersion: 2.2
19+
TargetRubyVersion: 2.3
2020
Exclude:
2121
- 'bin/**/*'
2222
- 'script/**/*'

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: ruby
22
rvm:
3-
- 2.2
43
- 2.3
54
- 2.4
65
- 2.5

github-pages.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require File.expand_path("../lib/github-pages/plugins", __FILE__)
55
require File.expand_path("../lib/github-pages/version", __FILE__)
66

77
Gem::Specification.new do |s|
8-
s.required_ruby_version = ">= 2.0.0"
8+
s.required_ruby_version = ">= 2.3.0"
99

1010
s.name = "github-pages"
1111
s.version = GitHubPages::VERSION

0 commit comments

Comments
 (0)