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
26 changes: 12 additions & 14 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.7.3
gemfile: Gemfile.6.1.mysql2
- ruby: 2.7.3
gemfile: Gemfile.7.1.mysql2
- ruby: 3.3.0
gemfile: Gemfile.6.1.mysql2
- ruby: 3.3.0
- ruby: 3.3.6
gemfile: Gemfile.7.1.mysql2
- ruby: 3.3.6
gemfile: Gemfile.7.2.mysql2
- ruby: 3.3.6
gemfile: Gemfile.8.0.mysql2
- ruby: 3.4.7
gemfile: Gemfile.8.1.mysql2

env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
Expand Down Expand Up @@ -76,16 +76,14 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 2.7.3
gemfile: Gemfile.6.1.pg
- ruby: 2.7.3
gemfile: Gemfile.7.1.pg
- ruby: 3.3.0
gemfile: Gemfile.6.1.pg
- ruby: 3.3.0
- ruby: 3.3.6
gemfile: Gemfile.7.1.pg
- ruby: 3.3.6
gemfile: Gemfile.7.2.pg
- ruby: 3.3.6
gemfile: Gemfile.8.0.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.3.0
3.4.7
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html

-

## 1.2.0 - 2025-12-18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## 1.2.0 - 2025-12-18
## 2.0.0 - 2025-12-18

Würd fast sagen, das ist Breaking Change genug für nen Major Version Bump

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine for me


### Breaking changes

- Drop support for Ruby < 3.1, Rails < 7.
- Removed legacy accessor methods `humanized_<value>s` (deprecated since 0.15.0). Use `humanized_assignable_<value>s` instead.
- Removed `humanized` method on string values returned by assignable_values.

## 1.1.1 - 2025-01-09

### Compatible changes
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
72 changes: 0 additions & 72 deletions Gemfile.6.1.mysql2.lock

This file was deleted.

67 changes: 0 additions & 67 deletions Gemfile.6.1.pg.lock

This file was deleted.

4 changes: 2 additions & 2 deletions Gemfile.7.1.mysql2.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (1.1.1)
assignable_values (2.0.0)
activerecord (>= 2.3)

GEM
Expand Down Expand Up @@ -85,4 +85,4 @@ DEPENDENCIES
rspec_candy

BUNDLED WITH
2.2.15
2.7.2
4 changes: 2 additions & 2 deletions Gemfile.7.1.pg.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
assignable_values (1.1.1)
assignable_values (2.0.0)
activerecord (>= 2.3)

GEM
Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
rspec_candy

BUNDLED WITH
2.2.15
2.7.2
2 changes: 1 addition & 1 deletion Gemfile.6.1.mysql2 → Gemfile.7.2.mysql2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Runtime dependencies
gem 'activerecord', '~>6.1.3'
gem 'activerecord', '~>7.2.0'
gem 'i18n'
gem 'mysql2'

Expand Down
90 changes: 90 additions & 0 deletions Gemfile.7.2.mysql2.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
PATH
remote: .
specs:
assignable_values (2.0.0)
activerecord (>= 2.3)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.3)
activesupport (= 7.2.3)
activerecord (7.2.3)
activemodel (= 7.2.3)
activesupport (= 7.2.3)
timeout (>= 0.4.0)
activesupport (7.2.3)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
database_cleaner (2.1.0)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.2)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
diff-lcs (1.6.2)
drb (2.2.3)
gemika (0.8.4)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.7.0)
minitest (6.0.0)
prism (~> 1.5)
mysql2 (0.5.7)
bigdecimal
prism (1.6.0)
rake (13.3.1)
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.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.6)
rspec_candy (0.5.1)
rspec
sneaky-save
securerandom (0.4.1)
sneaky-save (0.1.3)
activerecord (>= 3.2.0)
timeout (0.6.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
activerecord (~> 7.2.0)
assignable_values!
database_cleaner
gemika (~> 0.8.0)
i18n
mysql2
rake
rspec
rspec_candy

BUNDLED WITH
2.7.2
2 changes: 1 addition & 1 deletion Gemfile.6.1.pg → Gemfile.7.2.pg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Runtime dependencies
gem 'activerecord', '~>6.1.3'
gem 'activerecord', '~>7.2.0'
gem 'i18n'
gem 'pg', '~> 1.3.5'

Expand Down
Loading