Skip to content

Commit

Permalink
Restrict sqlite3 CI version on Ruby <2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Aug 14, 2024
1 parent 537e376 commit feda183
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ if defined?(JRUBY_VERSION)
gem 'jdbc-sqlite3'
elsif RUBY_VERSION < '1.9.3'
gem 'sqlite3', '<1.4'
elsif RUBY_VERSION < '2.5'
gem 'sqlite3', '< 1.5'
else
gem 'sqlite3'
end

0 comments on commit feda183

Please sign in to comment.