Skip to content

Commit

Permalink
Merge pull request #157 from twingly/require-ruby-2.7
Browse files Browse the repository at this point in the history
Require Ruby >= 2.6
  • Loading branch information
Pontus4 committed Oct 14, 2022
2 parents 37ecc8b + 4a5aba7 commit aeca2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
include:
- { ruby: '2.6' }
- { ruby: '2.7' }
- { ruby: '3.0' }
- { ruby: '3.1' }
Expand Down
2 changes: 1 addition & 1 deletion twingly-url.gemspec
Expand Up @@ -12,7 +12,7 @@ Gem::Specification.new do |s|
s.summary = "Ruby library for URL handling"
s.description = "Twingly URL tools"
s.license = "MIT"
s.required_ruby_version = ">= 2.5"
s.required_ruby_version = ">= 2.6"

s.add_dependency "addressable", "~> 2.6"
s.add_dependency "public_suffix", ">= 3.0.1", "< 6.0"
Expand Down

0 comments on commit aeca2a9

Please sign in to comment.