Skip to content

Commit

Permalink
Update sqlite version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 13, 2024
1 parent e34b8ad commit 02eadc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appraisal/ruby-3.4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@
gem 'makara', '>= 0.6.0.pre' # Ruby 3 requires >= 0.6.0, which is currently in pre-release: https://rubygems.org/gems/makara/versions
gem 'mysql2', '>= 0.5.3', platform: :ruby
gem 'pg', platform: :ruby
gem 'sqlite3', '>= 1.4.2', platform: :ruby
# ActiveRecord has version constraint on sqlite3 gem
# https://github.com/rails/rails/blob/v5.2.2/activerecord/lib/active_record/connection_adapters/sqlite3_adapter.rb#L12
gem 'sqlite3', '~> 1.3', '>= 1.3.6', platform: :ruby
gem 'sequel'
gem 'trilogy'
end
Expand Down

0 comments on commit 02eadc9

Please sign in to comment.