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 f02219a commit b868f89Copy full SHA for b868f89
1 file changed
Appraisals
@@ -37,7 +37,7 @@ appraise 'rails-5.2' do
37
end
38
39
# Rails 6.x requires Ruby >= 2.5.0
40
-if RUBY_VERSION >= '2.5.0'
+if (RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.5.0') || RUBY_ENGINE != 'ruby'
41
appraise 'rails-6.0' do
42
gem 'activerecord-jdbcsqlite3-adapter', '~> 60.1', platform: :jruby
43
gem 'bootsnap', '~> 1.4'
0 commit comments