Skip to content

Commit b868f89

Browse files
committed
Test Rails 6 on other Ruby engines
1 parent f02219a commit b868f89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Appraisals

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ appraise 'rails-5.2' do
3737
end
3838

3939
# Rails 6.x requires Ruby >= 2.5.0
40-
if RUBY_VERSION >= '2.5.0'
40+
if (RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.5.0') || RUBY_ENGINE != 'ruby'
4141
appraise 'rails-6.0' do
4242
gem 'activerecord-jdbcsqlite3-adapter', '~> 60.1', platform: :jruby
4343
gem 'bootsnap', '~> 1.4'

0 commit comments

Comments
 (0)