Skip to content

Commit

Permalink
Merge pull request #712 from activeadmin/release-1.13.1
Browse files Browse the repository at this point in the history
Prepare for 1.13.1
  • Loading branch information
rafaelfranca authored Jan 19, 2022
2 parents a0a3502 + b43d0d7 commit 8cda44b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (unreleased)

## Version 1.13.1

* Allow using Rails 7.0.

## Version 1.13.0
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inherited_resources (1.13.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
has_scope (~> 0.6)
railties (>= 5.2, < 7.1)
Expand Down Expand Up @@ -217,4 +217,4 @@ DEPENDENCIES
rubocop

BUNDLED WITH
2.2.31
2.2.32
2 changes: 1 addition & 1 deletion lib/inherited_resources/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module InheritedResources
VERSION = '1.13.0'.freeze
VERSION = '1.13.1'.freeze
end
2 changes: 1 addition & 1 deletion test/rails_52/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.13.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
has_scope (~> 0.6)
railties (>= 5.2, < 7.1)
Expand Down
2 changes: 1 addition & 1 deletion test/rails_60/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.13.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
has_scope (~> 0.6)
railties (>= 5.2, < 7.1)
Expand Down
2 changes: 1 addition & 1 deletion test/rails_61/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.13.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
has_scope (~> 0.6)
railties (>= 5.2, < 7.1)
Expand Down
4 changes: 2 additions & 2 deletions test/rails_70/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.13.0)
inherited_resources (1.13.1)
actionpack (>= 5.2, < 7.1)
has_scope (~> 0.6)
railties (>= 5.2, < 7.1)
Expand Down Expand Up @@ -196,4 +196,4 @@ DEPENDENCIES
rails-controller-testing

BUNDLED WITH
2.2.31
2.2.32

0 comments on commit 8cda44b

Please sign in to comment.