Skip to content

Commit 689df3d

Browse files
Get ready for version 1.12.0 (#628)
1 parent b87f709 commit 689df3d

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (unreleased)
44

5+
## Version 1.12.0
6+
57
* Remove support for Rails 5.0 and Rails 5.1.
68
* Allow using Rails 6.1.
79

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
inherited_resources (1.11.0)
4+
inherited_resources (1.12.0)
55
actionpack (>= 5.2, < 6.2)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 6.2)

lib/inherited_resources/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module InheritedResources
2-
VERSION = '1.11.0'.freeze
2+
VERSION = '1.12.0'.freeze
33
end

test/rails_52/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
inherited_resources (1.11.0)
4+
inherited_resources (1.12.0)
55
actionpack (>= 5.2, < 6.2)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 6.2)

test/rails_61/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
inherited_resources (1.11.0)
4+
inherited_resources (1.12.0)
55
actionpack (>= 5.2, < 6.2)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 6.2)

0 commit comments

Comments
 (0)