File tree Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Expand file tree Collapse file tree 5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## Master (unreleased)
3
+ ## Version 1.14.0
4
4
5
5
* Remove upper bound dependency limits from gemspec.
6
6
* Allow using Rails 7.1.
7
+ * Remove support for Ruby ` < 2.6 ` .
7
8
8
9
## Version 1.13.1
9
10
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- inherited_resources (1.13.1 )
4
+ inherited_resources (1.14.0 )
5
5
actionpack (>= 6.0 )
6
6
has_scope (>= 0.6 )
7
7
railties (>= 6.0 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- inherited_resources (1.13.1 )
4
+ inherited_resources (1.14.0 )
5
5
actionpack (>= 6.0 )
6
6
has_scope (>= 0.6 )
7
7
railties (>= 6.0 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ../..
3
3
specs:
4
- inherited_resources (1.13.1 )
4
+ inherited_resources (1.14.0 )
5
5
actionpack (>= 6.0 )
6
6
has_scope (>= 0.6 )
7
7
railties (>= 6.0 )
Original file line number Diff line number Diff line change 1
1
module InheritedResources
2
- VERSION = '1.13.1 ' . freeze
2
+ VERSION = '1.14.0 ' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments