Skip to content

Commit

Permalink
Merge pull request #523 from activeadmin/get_ready_for_1_11_0_release
Browse files Browse the repository at this point in the history
Get ready for 1.11.0 release
  • Loading branch information
javierjulio committed Aug 5, 2019
2 parents 7ed39c8 + a15cd52 commit 4cf737a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Master (unreleased)

## Version 1.11.0

* Add support for responders `>= 3.0`.
* Remove support for Ruby `< 2.4`.

## Version 1.10.0
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.10.0)
inherited_resources (1.11.0)
actionpack (>= 5.0, < 6.1)
has_scope (~> 0.6)
railties (>= 5.0, < 6.1)
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.10.0'.freeze
VERSION = '1.11.0'.freeze
end
2 changes: 1 addition & 1 deletion test/rails_50/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.10.0)
inherited_resources (1.11.0)
actionpack (>= 5.0, < 6.1)
has_scope (~> 0.6)
railties (>= 5.0, < 6.1)
Expand Down
2 changes: 1 addition & 1 deletion test/rails_51/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.10.0)
inherited_resources (1.11.0)
actionpack (>= 5.0, < 6.1)
has_scope (~> 0.6)
railties (>= 5.0, < 6.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.10.0)
inherited_resources (1.11.0)
actionpack (>= 5.0, < 6.1)
has_scope (~> 0.6)
railties (>= 5.0, < 6.1)
Expand Down

0 comments on commit 4cf737a

Please sign in to comment.