Skip to content

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
 * Drop upper limit on Rails, test with Rails main.
 * Drop support for Rails < 6.0.
 * Drop support for Ruby 2.7 & 3.0.
  • Loading branch information
HeyNonster committed Jul 1, 2024
1 parent dd39802 commit c8b34c6
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
@@ -1,5 +1,7 @@
###### Unreleased

###### v1.8.0

* Drop upper limit on Rails, test with Rails main.
* Drop support for Rails < 6.0.
* Drop support for Ruby 2.7 & 3.0.
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
zombie_record (1.7.0)
zombie_record (1.8.0)
activerecord (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
zombie_record (1.7.0)
zombie_record (1.8.0)
activerecord (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
zombie_record (1.7.0)
zombie_record (1.8.0)
activerecord (>= 6.1)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/zombie_record/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ZombieRecord
VERSION = "1.7.0"
VERSION = "1.8.0"
end

0 comments on commit c8b34c6

Please sign in to comment.