Skip to content
Open
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
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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]
### Added
- Support for Rails 8.0 and 8.1

## [1.5.0]
### Removed
- Dropped support for Rails 6.0 and earlier
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
Expand Down
15 changes: 15 additions & 0 deletions gemfiles/activerecord_8_0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 8.0.0"

group :development, :test do
gem "appraisal", require: false
gem "database_cleaner", require: false
gem "pg", "~> 1.1", require: false
gem "rake", "~> 13", require: false
gem "rspec", "~> 3.2", require: false
end

gemspec path: "../"
99 changes: 99 additions & 0 deletions gemfiles/activerecord_8_0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (8.0.3)
activesupport (= 8.0.3)
activerecord (8.0.3)
activemodel (= 8.0.3)
activesupport (= 8.0.3)
timeout (>= 0.4.0)
activesupport (8.0.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)
uri (>= 0.13.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
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)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
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-aarch64-mingw-ucrt)
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)
thor (1.4.0)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)

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

DEPENDENCIES
activerecord (~> 8.0.0)
appraisal
database_cleaner
migration-lock-timeout!
pg (~> 1.1)
rake (~> 13)
rspec (~> 3.2)

BUNDLED WITH
2.5.10
16 changes: 16 additions & 0 deletions gemfiles/activerecord_8_0_with_strong_migrations.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 8.0.0"
gem "strong_migrations"

group :development, :test do
gem "appraisal", require: false
gem "database_cleaner", require: false
gem "pg", "~> 1.1", require: false
gem "rake", "~> 13", require: false
gem "rspec", "~> 3.2", require: false
end

gemspec path: "../"
88 changes: 88 additions & 0 deletions gemfiles/activerecord_8_0_with_strong_migrations.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,88 @@
PATH
remote: ..
specs:
migration-lock-timeout (1.5.0)
activerecord (>= 6.1, < 8.2)

GEM
remote: https://rubygems.org/
specs:
activemodel (8.0.3)
activesupport (= 8.0.3)
activerecord (8.0.3)
activemodel (= 8.0.3)
activesupport (= 8.0.3)
timeout (>= 0.4.0)
activesupport (8.0.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)
uri (>= 0.13.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
base64 (0.3.0)
benchmark (0.5.0)
bigdecimal (3.3.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
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)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.7.0)
minitest (5.26.0)
pg (1.6.2-arm64-darwin)
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)
strong_migrations (2.0.0)
activerecord (>= 6.1)
thor (1.4.0)
timeout (0.4.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.4)

PLATFORMS
arm64-darwin

DEPENDENCIES
activerecord (~> 8.0.0)
appraisal
database_cleaner
migration-lock-timeout!
pg (~> 1.1)
rake (~> 13)
rspec (~> 3.2)
strong_migrations

BUNDLED WITH
2.5.10
15 changes: 15 additions & 0 deletions gemfiles/activerecord_8_1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activerecord", "~> 8.1.0"

group :development, :test do
gem "appraisal", require: false
gem "database_cleaner", require: false
gem "pg", "~> 1.1", require: false
gem "rake", "~> 13", require: false
gem "rspec", "~> 3.2", require: false
end

gemspec path: "../"
Loading