Skip to content

Commit

Permalink
Merge pull request #575 from github/ruby-2-2-eol
Browse files Browse the repository at this point in the history
Require Ruby 2.3.0 or greater
  • Loading branch information
parkr authored Jul 2, 2018
2 parents e0063ba + d3a92ff commit 0d93f62
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# If you disable a check, document why.

AllCops:
TargetRubyVersion: 2.2
TargetRubyVersion: 2.3
Exclude:
- 'bin/**/*'
- 'script/**/*'
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 2.2
- 2.3
- 2.4
- 2.5
Expand Down
2 changes: 1 addition & 1 deletion github-pages.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require File.expand_path("../lib/github-pages/plugins", __FILE__)
require File.expand_path("../lib/github-pages/version", __FILE__)

Gem::Specification.new do |s|
s.required_ruby_version = ">= 2.0.0"
s.required_ruby_version = ">= 2.3.0"

s.name = "github-pages"
s.version = GitHubPages::VERSION
Expand Down

0 comments on commit 0d93f62

Please sign in to comment.