We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee5e393 + 68f492b commit 097655bCopy full SHA for 097655b
1 file changed
Appraisals
@@ -43,6 +43,19 @@ if min_ruby_version.call('3.3.0')
43
end
44
45
46
+# Rails 8.1 requires Ruby > 3.3
47
+if min_ruby_version.call('3.3.0')
48
+ appraise 'rails-8.1' do
49
+ gem 'activerecord-jdbcsqlite3-adapter', '~> 71.0', platform: :jruby
50
+ gem 'bootsnap', '>= 1.16.0'
51
+ gem 'kamal', '~> 2.7.0'
52
+ gem 'rails', '~> 8.1.0'
53
+ gem 'rspec-rails', '~> 8.0'
54
+ gem 'psych', '>= 4'
55
+ gem 'sqlite3', '>= 2.1', platform: :ruby
56
+ end
57
+end
58
+
59
appraise 'sinatra' do
60
gem 'sinatra', '~> 4.2.0'
61
0 commit comments