Skip to content

Commit 362663c

Browse files
committed
release version 2.7.1
1 parent c7899c0 commit 362663c

File tree

9 files changed

+11
-8
lines changed

9 files changed

+11
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

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

5+
## 2.7.1 (2025-11-03)
6+
* Fixed: Removed some unnecessary files from the packaged gem. Gets rid of symlink warnings during installation.
7+
58
## 2.7.0 (2025-11-03)
69
* Removed: Support for Ruby < 3.1, Rails < 7.
710
* Fixed: Exception when using ActiveType::Record with Rails 8.1.

Gemfile.7.1.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.7.2.mysql2.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.7.2.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.7.2.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.8.0.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.8.1.pg.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

Gemfile.8.1.sqlite3.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
active_type (2.7.0)
4+
active_type (2.7.1)
55
activerecord (>= 6.1)
66

77
GEM

lib/active_type/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveType
4-
VERSION = '2.7.0'
4+
VERSION = '2.7.1'
55
end

0 commit comments

Comments
 (0)