File tree 5 files changed +7
-238
lines changed
5 files changed +7
-238
lines changed Original file line number Diff line number Diff line change 19
19
- " 3.2"
20
20
- " 3.3"
21
21
rails :
22
- - rails_61
23
22
- rails_70
24
23
- rails_71
25
24
- rails_72
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ * Remove support for Ruby ` < 3.1 ` .
6
+ * Remove support for Rails ` < 7.0 ` .
7
+ * Test against Rails 8.0.
8
+
5
9
## Version 2.0.1
6
10
7
11
* Prefer ` require_relative ` for internal requires [ #939 ] [ ] .
@@ -241,3 +245,4 @@ _No changes_.
241
245
[ #921 ] : https://github.com/activeadmin/inherited_resources/pull/921
242
246
[ #933 ] : https://github.com/activeadmin/inherited_resources/pull/933
243
247
[ #939 ] : https://github.com/activeadmin/inherited_resources/pull/939
248
+ [ #942 ] : https://github.com/activeadmin/inherited_resources/pull/942
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
25
25
s . required_ruby_version = '>= 3.1'
26
26
27
27
s . add_dependency ( "responders" , ">= 2" )
28
- s . add_dependency ( "actionpack" , ">= 6 .0" )
29
- s . add_dependency ( "railties" , ">= 6 .0" )
28
+ s . add_dependency ( "actionpack" , ">= 7 .0" )
29
+ s . add_dependency ( "railties" , ">= 7 .0" )
30
30
s . add_dependency ( "has_scope" , ">= 0.6" )
31
31
end
You can’t perform that action at this time.
0 commit comments