Skip to content

Commit a61afef

Browse files
committed
drop support for Ruby below 3.1
1 parent e968947 commit a61afef

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ jobs:
99
fail-fast: false
1010
matrix:
1111
ruby:
12-
- '2.7'
13-
- '3.0'
1412
- '3.1'
1513
- '3.2'
1614
- '3.3'
17-
- jruby
15+
- 'jruby-9.4'
1816
gemfile:
1917
- rails7.0
2018
- rails7.1

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
* Drop support for Ruby below 3.1
6+
57
## 2.9.0
68

79
* Drop Ruby < 2.7

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.7'
13+
s.required_ruby_version = '>= 3.1'
1414
s.files = `git ls-files lib LICENSE README.md`.split("\n")
1515
end

0 commit comments

Comments
 (0)