Skip to content

Commit 30d842a

Browse files
authored
Merge pull request #203 from zendesk/ruby_3.1_gems
Drop support for Ruby 3.1
2 parents 3643f45 + edaacee commit 30d842a

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,7 @@ jobs:
2222
- rails7.2
2323
- rails8.0
2424
- rails_main
25-
include:
26-
- ruby: '3.1'
27-
gemfile: rails6.1
28-
- ruby: '3.1'
29-
gemfile: rails7.0
30-
- ruby: '3.1'
31-
gemfile: rails7.1
25+
include: []
3226
exclude:
3327
- ruby: '3.4'
3428
gemfile: rails6.1

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
### Unreleased
22
* Add tests with Rails 7.2 and 8.0
33
* Add tests with Ruby 3.4
4+
* Drop support for Ruby < 3.2
45

56
### Curly 3.4.0 (July 2, 2024)
67
* Drop upper limit on Rails, test with Rails main.

curly-templates.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gem::Specification.new do |s|
1616

1717
s.rdoc_options = ["--charset=UTF-8"]
1818

19-
s.required_ruby_version = ">= 3.1"
19+
s.required_ruby_version = ">= 3.2"
2020

2121
s.add_dependency("actionpack", ">= 6.1")
2222
s.add_dependency("sorted_set")

0 commit comments

Comments
 (0)