Skip to content

Commit

Permalink
Change sqlite3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahchen6 committed Nov 6, 2024
1 parent 451fc0c commit 275bb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appraisal/ruby-3.4.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
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
gem 'sqlite3', '~> 1.3', '>= 1.3.6', platform: :ruby
gem 'sequel'
gem 'trilogy'
end
Expand Down

0 comments on commit 275bb2f

Please sign in to comment.