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
29 changes: 0 additions & 29 deletions .circleci/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ruby: ['3.1']
postgres: ['15.1']
ruby: ['3.2', '3.3', '3.4']
postgres: ['15.1', '15.14']
runs-on: ${{ matrix.os }}
services:
postgres:
Expand Down
18 changes: 18 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,21 @@ appraise "activerecord_7_1_with_strong_migrations" do
gem "activerecord", "~> 7.1.0"
gem "strong_migrations"
end

appraise "activerecord_8_0" do
gem "activerecord", "~> 8.0.0"
end

appraise "activerecord_8_0_with_strong_migrations" do
gem "activerecord", "~> 8.0.0"
gem "strong_migrations"
end

appraise "activerecord_8_1" do
gem "activerecord", "~> 8.1.0"
end

appraise "activerecord_8_1_with_strong_migrations" do
gem "activerecord", "~> 8.1.0"
gem "strong_migrations"
end
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.0.0]
### Removed
- Dropped support for Ruby 3.1
### Added
- Support for Rails 8.0 and 8.1

## [1.5.0]
### Removed
- Dropped support for Rails 6.0 and earlier
Expand Down
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ gemspec

group :development, :test do
gem 'appraisal', require: false
gem 'base64', require: false
gem 'bigdecimal', require: false
gem 'benchmark', require: false
gem 'database_cleaner', require: false
gem 'pg', '~> 1.1', require: false
gem 'logger', require: false
gem 'mutex_m', require: false
gem 'rake', '~> 13', require: false
gem 'rspec', '~> 3.2', require: false
end
70 changes: 39 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,65 +1,68 @@
PATH
remote: .
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
migration-lock-timeout (2.0.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
timeout (>= 0.4.0)
activesupport (7.1.3.4)
activemodel (7.0.10)
activesupport (= 7.0.10)
activerecord (7.0.10)
activemodel (= 7.0.10)
activesupport (= 7.0.10)
activesupport (7.0.10)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
securerandom (>= 0.3)
tzinfo (~> 2.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.3)
connection_pool (2.4.1)
database_cleaner (2.0.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
database_cleaner (2.1.0)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
database_cleaner-active_record (2.2.2)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.5)
diff-lcs (1.6.2)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
minitest (5.24.1)
mutex_m (0.2.0)
pg (1.5.7)
rake (13.2.1)
rspec (3.13.0)
logger (1.7.0)
minitest (5.27.0)
mutex_m (0.3.0)
pg (1.6.3)
pg (1.6.3-arm64-darwin)
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.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
thor (1.3.1)
timeout (0.4.1)
rspec-support (3.13.7)
securerandom (0.4.1)
thor (1.5.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

Expand All @@ -69,8 +72,13 @@ PLATFORMS

DEPENDENCIES
appraisal
base64
benchmark
bigdecimal
database_cleaner
logger
migration-lock-timeout!
mutex_m
pg (~> 1.1)
rake (~> 13)
rspec (~> 3.2)
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/activerecord_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ gem "activerecord", "~> 6.1.0"

group :development, :test do
gem "appraisal", require: false
gem "base64", require: false
gem "bigdecimal", require: false
gem "benchmark", require: false
gem "database_cleaner", require: false
gem "pg", "~> 1.1", require: false
gem "logger", require: false
gem "mutex_m", require: false
gem "rake", "~> 13", require: false
gem "rspec", "~> 3.2", require: false
end
Expand Down
61 changes: 37 additions & 24 deletions gemfiles/activerecord_6_1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
migration-lock-timeout (2.0.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.7.8)
activesupport (= 6.1.7.8)
activerecord (6.1.7.8)
activemodel (= 6.1.7.8)
activesupport (= 6.1.7.8)
activesupport (6.1.7.8)
activemodel (6.1.7.10)
activesupport (= 6.1.7.10)
activerecord (6.1.7.10)
activemodel (= 6.1.7.10)
activesupport (= 6.1.7.10)
activesupport (6.1.7.10)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -22,36 +22,44 @@ GEM
bundler
rake
thor (>= 0.14.0)
concurrent-ruby (1.3.3)
database_cleaner (2.0.2)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (4.0.1)
concurrent-ruby (1.3.6)
database_cleaner (2.1.0)
database_cleaner-active_record (>= 2, < 3)
database_cleaner-active_record (2.2.0)
database_cleaner-active_record (2.2.2)
activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0)
database_cleaner-core (~> 2.0)
database_cleaner-core (2.0.1)
diff-lcs (1.5.1)
i18n (1.14.5)
diff-lcs (1.6.2)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
minitest (5.24.1)
pg (1.5.7)
rake (13.2.1)
rspec (3.13.0)
logger (1.7.0)
minitest (6.0.1)
prism (~> 1.5)
mutex_m (0.3.0)
pg (1.6.3)
pg (1.6.3-arm64-darwin)
prism (1.9.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.0)
rspec-core (3.13.6)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.5)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.7)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
thor (1.3.1)
rspec-support (3.13.7)
thor (1.5.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.17)
zeitwerk (2.7.4)

PLATFORMS
arm64-darwin-22
Expand All @@ -60,8 +68,13 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 6.1.0)
appraisal
base64
benchmark
bigdecimal
database_cleaner
logger
migration-lock-timeout!
mutex_m
pg (~> 1.1)
rake (~> 13)
rspec (~> 3.2)
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/activerecord_6_1_with_strong_migrations.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ gem "strong_migrations", "0.2"

group :development, :test do
gem "appraisal", require: false
gem "base64", require: false
gem "bigdecimal", require: false
gem "benchmark", require: false
gem "database_cleaner", require: false
gem "pg", "~> 1.1", require: false
gem "logger", require: false
gem "mutex_m", require: false
gem "rake", "~> 13", require: false
gem "rspec", "~> 3.2", require: false
end
Expand Down
Loading