Skip to content

Commit cf50a0c

Browse files
committed
Updated all lock files
1 parent 7b00df5 commit cf50a0c

14 files changed

+962
-886
lines changed

Appraisals

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,45 @@
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
28+
gem "connection_pool", "< 3.0" # 3.0+ requires Ruby 3.2, and we still support Ruby 3.1
2529
end
2630

2731
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
32+
gem "railties", "~> 7.2.3"
33+
gem "zeitwerk", "~> 2.6.18" # 2.7+ requires Ruby 3.2, and we still support Ruby 3.1
34+
gem "minitest", "< 6.0" # 6.0+ requires Ruby 3.2, and we still support Ruby 3.1
35+
gem "connection_pool", "< 3.0" # 3.0+ requires Ruby 3.2, and we still support Ruby 3.1
3036
end
3137

3238
appraise "rails-8.0" do
33-
gem "railties", "~> 8.0.0.rc1"
39+
gem "railties", "~> 8.0.4"
3440
end
3541

3642
appraise "rails-8.1" do
37-
gem "railties", "~> 8.1.0"
43+
gem "railties", "~> 8.1.1"
3844
end
3945

4046
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: "../"

0 commit comments

Comments
 (0)