Skip to content

Commit

Permalink
Merge pull request #489 from activeadmin/cut_1.10_final
Browse files Browse the repository at this point in the history
Cut 1.10 final
  • Loading branch information
javierjulio authored Apr 3, 2019
2 parents ef943a6 + 867b3bf commit 2ba6982
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.bundle
pkg
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Master (unreleased)

# Version 1.10.0

_No changes_.

# Version 1.10.0.rc1

* Preliminary support for Rails 6.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.rc1)
inherited_resources (1.10.0)
actionpack (>= 5.0, < 6.0)
has_scope (~> 0.6)
railties (>= 5.0, < 6.0)
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.rc1'.freeze
VERSION = '1.10.0'.freeze
end
2 changes: 1 addition & 1 deletion test/gemfiles/Gemfile-Rails-5-0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.10.0.rc1)
inherited_resources (1.10.0)
actionpack (>= 5.0, < 6.0)
has_scope (~> 0.6)
railties (>= 5.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/Gemfile-Rails-5-1.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.10.0.rc1)
inherited_resources (1.10.0)
actionpack (>= 5.0, < 6.0)
has_scope (~> 0.6)
railties (>= 5.0, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/Gemfile-Rails-6-0.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
inherited_resources (1.10.0.rc1)
inherited_resources (1.10.0)
actionpack (>= 5.0, < 6.0)
has_scope (~> 0.6)
railties (>= 5.0, < 6.0)
Expand Down

0 comments on commit 2ba6982

Please sign in to comment.