Skip to content

Commit

Permalink
release version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Aug 14, 2024
1 parent cf44257 commit ab4f576
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## Unreleased
## 2.5.1 (2024-08-14)

* Fixed: Make `ActiveType::Object` work on Rails 7.2.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.5.2.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.0.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.0.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.1.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.2.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.7.2.sqlite3.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
active_type (2.5.0)
active_type (2.5.1)
activerecord (>= 3.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/active_type/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveType
VERSION = '2.5.0'
VERSION = '2.5.1'
end

0 comments on commit ab4f576

Please sign in to comment.