Skip to content

Commit

Permalink
Remove support for Ruby < 2.3 in major version
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jun 25, 2019
1 parent ed7c414 commit d6e4914
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ cache:
- bundler

matrix:
include:
- rvm: 2.1
before_install:
- gem install bundler -v '< 2.0'
- rvm: 2.2
before_install:
- gem install bundler -v '< 2.0'
allow_failures:
- rvm: ruby-head
- rvm: jruby-9.1.5.0
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Changelog


#### master

- CHANGED: Minimum Ruby version is 2.3


#### Release 3.1.1

- CHANGED: Updated definitions.
- CHANGED: Rolled back support for Ruby 2.3 (GH-161, GH-162)

IMPORTANT: 3.x is the latest version compatible with Ruby 2.1 and Ruby 2.2.


#### Release 3.1.0

Expand Down
2 changes: 1 addition & 1 deletion public_suffix.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.description = "PublicSuffix can parse and decompose a domain name into top level domain, domain and subdomains."
s.licenses = ["MIT"]

s.required_ruby_version = ">= 2.1"
s.required_ruby_version = ">= 2.3"

s.require_paths = ["lib"]
s.files = `git ls-files`.split("\n")
Expand Down

0 comments on commit d6e4914

Please sign in to comment.