Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nullobject committed Aug 23, 2019
1 parent dd96caf commit 7f1d816
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 5.0.0 (2019-08-23)

* Upgrade development deps
* Add support for ActiveRecord 6
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (4.0.0)
rein (5.0.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (4.0.0)
rein (5.0.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_5_2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (4.0.0)
rein (5.0.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rein (4.0.0)
rein (5.0.0)
activerecord (>= 4.0.0)
activesupport (>= 4.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/rein/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rein
VERSION = '4.0.0'.freeze
VERSION = '5.0.0'.freeze
end

0 comments on commit 7f1d816

Please sign in to comment.