Skip to content

Commit 90ca671

Browse files
committed
Added Rails 8.1 support
1 parent 4081af5 commit 90ca671

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Appraisals

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@ if min_ruby_version.call('3.2.0')
9292
end
9393
end
9494

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+
95108
appraise 'sinatra' do
96109
gem 'sinatra', '2.0.8.1'
97110
end

0 commit comments

Comments
 (0)