File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed
Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -4,3 +4,6 @@ require: rubocop-jekyll
44
55inherit_gem :
66 rubocop-jekyll : .rubocop.yml
7+
8+ AllCops :
9+ TargetRubyVersion : 2.4
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ language: ruby
22cache : bundler
33sudo : false
44rvm :
5- - 2.5
6- - 2.3
5+ - 2.6
6+ - 2.4
77env :
88 global :
99 - NOKOGIRI_USE_SYSTEM_LIBRARIES=true
Original file line number Diff line number Diff line change 33source "https://rubygems.org"
44gemspec
55
6- gem "jekyll" , ENV [ "JEKYLL_VERSION" ] ? "~> #{ ENV [ "JEKYLL_VERSION" ] } " : ">= 2.5 .0"
6+ gem "jekyll" , ENV [ "JEKYLL_VERSION" ] ? "~> #{ ENV [ "JEKYLL_VERSION" ] } " : ">= 3 .0"
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ environment:
1111 - RUBY_FOLDER_VER : " 25-x64"
1212 - RUBY_FOLDER_VER : " 25"
1313 - RUBY_FOLDER_VER : " 24"
14- - RUBY_FOLDER_VER : " 23"
1514
1615install :
1716 - SET PATH=C:\Ruby%RUBY_FOLDER_VER%\bin;%PATH%
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ Gem::Specification.new do |spec|
1818 spec . executables = spec . files . grep ( %r!^bin/! ) { |f | File . basename ( f ) }
1919 spec . require_paths = [ "lib" ]
2020
21- spec . required_ruby_version = ">= 2.3 .0"
21+ spec . required_ruby_version = ">= 2.4 .0"
2222
2323 spec . add_dependency "jekyll" , "~> 3.0"
2424
25- spec . add_development_dependency "bundler" , "~> 1.5"
25+ spec . add_development_dependency "bundler"
2626 spec . add_development_dependency "rake" , "~> 10.0"
2727 spec . add_development_dependency "rspec" , "~> 3.0"
28- spec . add_development_dependency "rubocop-jekyll" , "~> 0.4 "
28+ spec . add_development_dependency "rubocop-jekyll" , "~> 0.5 "
2929end
You can’t perform that action at this time.
0 commit comments