Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:
- rails7.2
- rails8.0
- rails_main
include:
- ruby: '3.1'
gemfile: rails6.1
- ruby: '3.1'
gemfile: rails7.0
- ruby: '3.1'
gemfile: rails7.1
include: []
exclude:
- ruby: '3.4'
gemfile: rails6.1
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Unreleased
* Add tests with Rails 7.2 and 8.0
* Add tests with Ruby 3.4
* Drop support for Ruby < 3.2

### Curly 3.4.0 (July 2, 2024)
* Drop upper limit on Rails, test with Rails main.
Expand Down
2 changes: 1 addition & 1 deletion curly-templates.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|

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

s.required_ruby_version = ">= 3.1"
s.required_ruby_version = ">= 3.2"

s.add_dependency("actionpack", ">= 6.1")
s.add_dependency("sorted_set")
Expand Down