Skip to content

Commit

Permalink
Use pessimistic operator, update to latest minor releases
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-sharp committed Aug 7, 2024
1 parent 284e1e8 commit bf152a0
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 54 deletions.
12 changes: 6 additions & 6 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
appraise "activerecord_6_1" do
gem "activerecord", "6.1"
gem "activerecord", "~> 6.1.0"
end

appraise "activerecord_6_1_with_strong_migrations" do
gem "activerecord", "6.1"
gem "activerecord", "~> 6.1.0"
gem "strong_migrations", "0.2"
end

appraise "activerecord_7" do
gem "activerecord", "7.0.0"
gem "activerecord", "~> 7.0.1"
end

appraise "activerecord_7_with_strong_migrations" do
gem "activerecord", "7.0.0"
gem "activerecord", "~> 7.0.1"
gem "strong_migrations"
end

appraise "activerecord_7_1" do
gem "activerecord", "7.1"
gem "activerecord", "~> 7.1.0"
end

appraise "activerecord_7_1_with_strong_migrations" do
gem "activerecord", "7.1"
gem "activerecord", "~> 7.1.0"
gem "strong_migrations"
end
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "6.1"
gem "activerecord", "~> 6.1.0"

group :development, :test do
gem "appraisal", require: false
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/activerecord_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.0)
activesupport (= 6.1.0)
activerecord (6.1.0)
activemodel (= 6.1.0)
activesupport (= 6.1.0)
activesupport (6.1.0)
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)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -58,7 +58,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 6.1)
activerecord (~> 6.1.0)
appraisal
database_cleaner
migration-lock-timeout!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6_1_with_strong_migrations.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "6.1"
gem "activerecord", "~> 6.1.0"
gem "strong_migrations", "0.2"

group :development, :test do
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/activerecord_6_1_with_strong_migrations.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (6.1.0)
activesupport (= 6.1.0)
activerecord (6.1.0)
activemodel (= 6.1.0)
activesupport (= 6.1.0)
activesupport (6.1.0)
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)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -60,7 +60,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 6.1)
activerecord (~> 6.1.0)
appraisal
database_cleaner
migration-lock-timeout!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "7.0.0"
gem "activerecord", "~> 7.0.1"

group :development, :test do
gem "appraisal", require: false
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/activerecord_7.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.0)
activesupport (= 7.0.0)
activerecord (7.0.0)
activemodel (= 7.0.0)
activesupport (= 7.0.0)
activesupport (7.0.0)
activemodel (7.0.8.4)
activesupport (= 7.0.8.4)
activerecord (7.0.8.4)
activemodel (= 7.0.8.4)
activesupport (= 7.0.8.4)
activesupport (7.0.8.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -56,7 +56,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 7.0.0)
activerecord (~> 7.0.1)
appraisal
database_cleaner
migration-lock-timeout!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "7.1"
gem "activerecord", "~> 7.1.0"

group :development, :test do
gem "appraisal", require: false
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/activerecord_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.0)
activesupport (= 7.1.0)
activerecord (7.1.0)
activemodel (= 7.1.0)
activesupport (= 7.1.0)
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.0)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -68,7 +68,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 7.1)
activerecord (~> 7.1.0)
appraisal
database_cleaner
migration-lock-timeout!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7_1_with_strong_migrations.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "7.1"
gem "activerecord", "~> 7.1.0"
gem "strong_migrations"

group :development, :test do
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/activerecord_7_1_with_strong_migrations.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.0)
activesupport (= 7.1.0)
activerecord (7.1.0)
activemodel (= 7.1.0)
activesupport (= 7.1.0)
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.0)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -70,7 +70,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 7.1)
activerecord (~> 7.1.0)
appraisal
database_cleaner
migration-lock-timeout!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7_with_strong_migrations.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "activerecord", "7.0.0"
gem "activerecord", "~> 7.0.1"
gem "strong_migrations"

group :development, :test do
Expand Down
14 changes: 7 additions & 7 deletions gemfiles/activerecord_7_with_strong_migrations.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.0)
activesupport (= 7.0.0)
activerecord (7.0.0)
activemodel (= 7.0.0)
activesupport (= 7.0.0)
activesupport (7.0.0)
activemodel (7.0.8.4)
activesupport (= 7.0.8.4)
activerecord (7.0.8.4)
activemodel (= 7.0.8.4)
activesupport (= 7.0.8.4)
activesupport (7.0.8.4)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand Down Expand Up @@ -58,7 +58,7 @@ PLATFORMS
ruby

DEPENDENCIES
activerecord (= 7.0.0)
activerecord (~> 7.0.1)
appraisal
database_cleaner
migration-lock-timeout!
Expand Down

0 comments on commit bf152a0

Please sign in to comment.