Skip to content

Commit

Permalink
end support for ruby 2.2
Browse files Browse the repository at this point in the history
Closes #1841
  • Loading branch information
flavorjones committed Dec 20, 2018
1 parent 8d40c8e commit 4881bf6
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .cross_rubies
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@
2.4.0:x86_64-w64-mingw32
2.3.0:i686-w64-mingw32
2.3.0:x86_64-w64-mingw32
2.2.2:i686-w64-mingw32
2.2.2:x86_64-w64-mingw32
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.10.0 / unreleased

## Backwards incompatibilities

This release ends support for:

* Ruby 2.2, for which [official support ended on 2018-03-31](https://www.ruby-lang.org/en/news/2018/06/20/support-of-ruby-2-2-has-ended/) [#1841]
* JRuby 1.7, for which [official support ended on 2017-11-21](https://github.com/jruby/jruby/issues/4112) [#1741]


# 1.9.1 / 2018-12-17

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ end

## Requirements

* Ruby 2.1.0 or higher, including any development packages necessary
* Ruby 2.3.0 or higher, including any development packages necessary
to compile native extensions.

* In Nokogiri 1.6.0 and later libxml2 and libxslt are bundled with the
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ HOE = Hoe.spec 'nokogiri' do

self.spec_extras = {
:extensions => ["ext/nokogiri/extconf.rb"],
:required_ruby_version => '>= 2.1.0'
:required_ruby_version => '>= 2.3.0'
}

self.testlib = :minitest
Expand Down

0 comments on commit 4881bf6

Please sign in to comment.