Skip to content

Commit

Permalink
Add minimum ruby 2.5 as minimum required version.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jan 21, 2021
1 parent f0467da commit 4c3453b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Unreleased

- Bump up minimum required ruby version to 2.5.0. We're now relying on
`String#match?`, which was introduced by ruby-2.4, but given that ruby's
stable version is >= 2.5, seems reasonable.

## 5.2.0

- Add KaiOS detection.
Expand Down
1 change: 1 addition & 0 deletions browser.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Do some browser detection with Ruby."
s.description = s.summary
s.license = "MIT"
s.required_ruby_version = ">= 2.5.0"

s.metadata["changelog_uri"] = "https://github.com/fnando/browser/blob/main/CHANGELOG.md"

Expand Down

0 comments on commit 4c3453b

Please sign in to comment.