Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
pkuczynski committed Oct 18, 2023
1 parent 9282744 commit 66f7a4e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ appraise 'rails-6.1' do
end

# Temporary workaround. See https://github.com/rubyconfig/config/pull/344#issuecomment-1766209753
if RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.7'
if (RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.7') || RUBY_ENGINE != 'ruby'
appraise 'rails-7.0' do
gem 'activerecord-jdbcsqlite3-adapter', '~> 70.1', platform: :jruby
gem 'sqlite3', '~> 1.6.4', platform: :ruby
Expand All @@ -38,10 +38,7 @@ if RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.7'
gem 'sprockets-rails', '~> 3.4.2'
gem 'psych', '>= 4'
end
end

# Temporary workaround. See https://github.com/rubyconfig/config/pull/344#issuecomment-1766209753
if (RUBY_ENGINE == 'ruby' && RUBY_VERSION >= '2.7') || RUBY_ENGINE != 'ruby'
appraise 'rails-7.1' do
gem 'activerecord-jdbcsqlite3-adapter', '~> 70.1', platform: :jruby
gem 'sqlite3', '~> 1.6.6', platform: :ruby
Expand Down

0 comments on commit 66f7a4e

Please sign in to comment.