Skip to content

Commit 63c53a7

Browse files
committed
Prep 1.14.0 release
1 parent 1ebc3d0 commit 63c53a7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# Changelog
22

3-
## Master (unreleased)
3+
## Version 1.14.0
44

55
* Remove upper bound dependency limits from gemspec.
66
* Allow using Rails 7.1.
7+
* Remove support for Ruby `< 2.6`.
78

89
## Version 1.13.1
910

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
inherited_resources (1.13.1)
4+
inherited_resources (1.14.0)
55
actionpack (>= 6.0)
66
has_scope (>= 0.6)
77
railties (>= 6.0)

gemfiles/rails_61/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
inherited_resources (1.13.1)
4+
inherited_resources (1.14.0)
55
actionpack (>= 6.0)
66
has_scope (>= 0.6)
77
railties (>= 6.0)

gemfiles/rails_70/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
inherited_resources (1.13.1)
4+
inherited_resources (1.14.0)
55
actionpack (>= 6.0)
66
has_scope (>= 0.6)
77
railties (>= 6.0)

lib/inherited_resources/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InheritedResources
2-
VERSION = '1.13.1'.freeze
2+
VERSION = '1.14.0'.freeze
33
end

0 commit comments

Comments
 (0)