Skip to content

Commit 76e0c5b

Browse files
committed
Updated all lock files
1 parent 7b00df5 commit 76e0c5b

14 files changed

+956
-886
lines changed

Appraisals

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,43 @@
22

33
appraise "rails-6.1" do
44
gem "railties", "~> 6.1.7"
5-
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.0
5+
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.1
66
gem "base64" # not part of the default gems starting from Ruby 3.4.0
77
gem "bigdecimal" # not part of the default gems starting from Ruby 3.4.0
88
gem "logger" # not part of the default gems starting from Ruby 3.5.0
99
gem "mutex_m" # not part of the default gems starting from Ruby 3.4.0
10+
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
1011
end
1112

1213
appraise "rails-7.0" do
1314
gem "railties", "~> 7.0.8"
14-
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.0
15+
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.1
1516
gem "base64" # not part of the default gems starting from Ruby 3.4.0
1617
gem "bigdecimal" # not part of the default gems starting from Ruby 3.4.0
1718
gem "logger" # not part of the default gems starting from Ruby 3.5.0
1819
gem "mutex_m" # not part of the default gems starting from Ruby 3.4.0
20+
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
1921
end
2022

2123
appraise "rails-7.1" do
22-
gem "railties", "~> 7.1.4"
23-
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.0
24+
gem "railties", "~> 7.1.6"
25+
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.1
2426
gem "securerandom", "0.3.0" # 0.4.0 requires ruby version >= 3.1.0
27+
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
2528
end
2629

2730
appraise "rails-7.2" do
28-
gem "railties", "~> 7.2.1"
29-
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.0
31+
gem "railties", "~> 7.2.3"
32+
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.1
33+
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
3034
end
3135

3236
appraise "rails-8.0" do
33-
gem "railties", "~> 8.0.0.rc1"
37+
gem "railties", "~> 8.0.4"
3438
end
3539

3640
appraise "rails-8.1" do
37-
gem "railties", "~> 8.1.0"
41+
gem "railties", "~> 8.1.1"
3842
end
3943

4044
appraise "rails-edge" do

gemfiles/rails_6.1.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ gem "base64"
99
gem "bigdecimal"
1010
gem "logger"
1111
gem "mutex_m"
12+
gem "minitest", "< 6.0"
1213

1314
gemspec path: "../"

gemfiles/rails_6.1.gemfile.lock

Lines changed: 124 additions & 121 deletions
Large diffs are not rendered by default.

gemfiles/rails_7.0.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ gem "base64"
99
gem "bigdecimal"
1010
gem "logger"
1111
gem "mutex_m"
12+
gem "minitest", "< 6.0"
1213

1314
gemspec path: "../"

0 commit comments

Comments
 (0)