Skip to content

Commit 097655b

Browse files
authored
Merge branch 'master' into drop-support-for-eol-core
2 parents ee5e393 + 68f492b commit 097655b

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
@@ -43,6 +43,19 @@ if min_ruby_version.call('3.3.0')
4343
end
4444
end
4545

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+
4659
appraise 'sinatra' do
4760
gem 'sinatra', '~> 4.2.0'
4861
end

0 commit comments

Comments
 (0)