Skip to content

Commit e193b48

Browse files
committed
drop support for ruby 2.5 and 2.6
1 parent 0e28f2e commit e193b48

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- '2.5'
13-
- '2.6'
1412
- '2.7'
1513
- '3.0'
1614
- '3.1'

prop.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ Gem::Specification.new "prop", Prop::VERSION do |s|
1010
s.email = '[email protected]'
1111
s.homepage = 'https://github.com/zendesk/prop'
1212

13-
s.required_ruby_version = '>= 2.5'
13+
s.required_ruby_version = '>= 2.7'
1414
s.files = `git ls-files lib LICENSE README.md`.split("\n")
1515
end

0 commit comments

Comments
 (0)