Skip to content

Commit

Permalink
Get ready for version 1.12.0 (#628)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Dec 11, 2020
1 parent b87f709 commit 689df3d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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.12.0

* Remove support for Rails 5.0 and Rails 5.1.
* Allow using Rails 6.1.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
inherited_resources (1.11.0)
inherited_resources (1.12.0)
actionpack (>= 5.2, < 6.2)
has_scope (~> 0.6)
railties (>= 5.2, < 6.2)
Expand Down
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.11.0'.freeze
VERSION = '1.12.0'.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.11.0)
inherited_resources (1.12.0)
actionpack (>= 5.2, < 6.2)
has_scope (~> 0.6)
railties (>= 5.2, < 6.2)
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.11.0)
inherited_resources (1.12.0)
actionpack (>= 5.2, < 6.2)
has_scope (~> 0.6)
railties (>= 5.2, < 6.2)
Expand Down

0 comments on commit 689df3d

Please sign in to comment.