Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "2.7.8"
gemfile: Gemfile.6.1.sqlite3
- ruby: "3.0.7"
- ruby: "3.1.6"
gemfile: Gemfile.7.1.sqlite3
- ruby: "3.1.6"
gemfile: Gemfile.7.2.sqlite3
- ruby: "3.2.6"
gemfile: Gemfile.7.2.sqlite3
- ruby: "3.3.6"
gemfile: Gemfile.8.0.sqlite3
- ruby: "3.4.7"
gemfile: Gemfile.8.1.sqlite3
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

Expand Down Expand Up @@ -96,12 +96,10 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "3.0.7"
gemfile: Gemfile.6.1.pg
- ruby: "3.2.6"
gemfile: Gemfile.7.1.pg
- ruby: "3.2.6"
gemfile: Gemfile.7.2.pg
- ruby: "3.4.7"
gemfile: Gemfile.8.1.pg
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}

Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2
3.4
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.7.0 (2025-11-03)
* Removed: Support for Ruby < 3.1, Rails < 7.
* Fixed: Exception when using ActiveType::Record with Rails 8.1.

## 2.6.5 (2025-10-16)

* Fixed: ActiveType::Object and ActiveType::Record are now serialized/deserialized correctly using Marshal.dump/Marshal.load
Expand Down
59 changes: 0 additions & 59 deletions Gemfile.6.1.pg.lock

This file was deleted.

59 changes: 0 additions & 59 deletions Gemfile.6.1.sqlite3.lock

This file was deleted.

9 changes: 0 additions & 9 deletions Gemfile.7.1.pg

This file was deleted.

68 changes: 0 additions & 68 deletions Gemfile.7.1.pg.lock

This file was deleted.

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.6.5)
active_type (2.7.0)
activerecord (>= 6.1)

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

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.6.5)
active_type (2.7.0)
activerecord (>= 6.1)

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.6.5)
active_type (2.7.0)
activerecord (>= 6.1)

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

GEM
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg → Gemfile.8.1.pg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'activerecord', '~>6.1.0'
gem 'activerecord', '~>8.1.0'
gem 'rspec', '~>3.4'
gem 'pg'
gem 'rake'
Expand Down
86 changes: 86 additions & 0 deletions Gemfile.8.1.pg.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
PATH
remote: .
specs:
active_type (2.7.0)
activerecord (>= 6.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (8.1.0)
activesupport (= 8.1.0)
activerecord (8.1.0)
activemodel (= 8.1.0)
activesupport (= 8.1.0)
timeout (>= 0.4.0)
activesupport (8.1.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.3.0)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
diff-lcs (1.6.2)
drb (2.2.3)
gemika (1.0.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
json (2.15.1)
logger (1.7.0)
minitest (5.26.0)
pg (1.6.2)
pg (1.6.2-aarch64-linux)
pg (1.6.2-aarch64-linux-musl)
pg (1.6.2-arm64-darwin)
pg (1.6.2-x86_64-darwin)
pg (1.6.2-x86_64-linux)
pg (1.6.2-x86_64-linux-musl)
rake (13.3.0)
rspec (3.13.2)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
securerandom (0.4.1)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)

PLATFORMS
aarch64-linux
aarch64-linux-musl
arm64-darwin
ruby
x86_64-darwin
x86_64-linux
x86_64-linux-musl

DEPENDENCIES
active_type!
activerecord (~> 8.1.0)
gemika
pg
rake
rspec (~> 3.4)

BUNDLED WITH
2.6.9
2 changes: 1 addition & 1 deletion Gemfile.6.1.sqlite3 → Gemfile.8.1.sqlite3
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'activerecord', '~>6.1.0'
gem 'activerecord', '~>8.1.0'
gem 'rspec', '~>3.4'
gem 'sqlite3'
gem 'rake'
Expand Down
Loading