We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21473b2 commit 62c48aeCopy full SHA for 62c48ae
Appraisals
@@ -22,6 +22,12 @@ appraise "rails_80" do
22
gem "railties", "~> 8.0.0"
23
end
24
25
+appraise "rails_81" do
26
+ gem "activesupport", "~> 8.1.0"
27
+ gem "actionpack", "~> 8.1.0"
28
+ gem "railties", "~> 8.1.0"
29
+end
30
+
31
appraise "rails_edge" do
32
git 'https://github.com/rails/rails.git' do
33
gem "activesupport", require: 'active_support'
gemfiles/rails_81.gemfile
@@ -0,0 +1,10 @@
1
+# This file was generated by Appraisal
2
3
+source "https://rubygems.org"
4
5
+gem "minitest", "< 5.25.0"
6
+gem "activesupport", "~> 8.1.0"
7
+gem "actionpack", "~> 8.1.0"
8
+gem "railties", "~> 8.1.0"
9
10
+gemspec path: "../"
0 commit comments