File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments