Skip to content

Commit 8cda44b

Browse files
authored
Merge pull request #712 from activeadmin/release-1.13.1
Prepare for 1.13.1
2 parents a0a3502 + b43d0d7 commit 8cda44b

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
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.13.1
6+
57
* Allow using Rails 7.0.
68

79
## Version 1.13.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
inherited_resources (1.13.0)
4+
inherited_resources (1.13.1)
55
actionpack (>= 5.2, < 7.1)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 7.1)
@@ -217,4 +217,4 @@ DEPENDENCIES
217217
rubocop
218218

219219
BUNDLED WITH
220-
2.2.31
220+
2.2.32

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.13.0'.freeze
2+
VERSION = '1.13.1'.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.13.0)
4+
inherited_resources (1.13.1)
55
actionpack (>= 5.2, < 7.1)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 7.1)

test/rails_60/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.13.0)
4+
inherited_resources (1.13.1)
55
actionpack (>= 5.2, < 7.1)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 7.1)

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.13.0)
4+
inherited_resources (1.13.1)
55
actionpack (>= 5.2, < 7.1)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 7.1)

test/rails_70/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
inherited_resources (1.13.0)
4+
inherited_resources (1.13.1)
55
actionpack (>= 5.2, < 7.1)
66
has_scope (~> 0.6)
77
railties (>= 5.2, < 7.1)
@@ -196,4 +196,4 @@ DEPENDENCIES
196196
rails-controller-testing
197197

198198
BUNDLED WITH
199-
2.2.31
199+
2.2.32

0 commit comments

Comments
 (0)