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.
1 parent 4081af5 commit 90ca671Copy full SHA for 90ca671
1 file changed
Appraisals
@@ -92,6 +92,19 @@ if min_ruby_version.call('3.2.0')
92
end
93
94
95
+# Rails 8.1 requires Ruby > 3.3
96
+if min_ruby_version.call('3.3.0')
97
+ appraise 'rails-8.1' do
98
+ gem 'activerecord-jdbcsqlite3-adapter', '~> 71.0', platform: :jruby
99
+ gem 'bootsnap', '>= 1.16.0'
100
+ gem 'kamal', '~> 2.7.0'
101
+ gem 'rails', '~> 8.1.0'
102
+ gem 'rspec-rails', '~> 8.0'
103
+ gem 'psych', '>= 4'
104
+ gem 'sqlite3', '>= 2.1', platform: :ruby
105
+ end
106
+end
107
+
108
appraise 'sinatra' do
109
gem 'sinatra', '2.0.8.1'
110
0 commit comments