Skip to content

Commit

Permalink
fix: sqlite3 1.4 is outdated
Browse files Browse the repository at this point in the history
  • Loading branch information
bvogel committed Jul 11, 2024
1 parent 9c1a0a4 commit c02c6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ group :test do
gem 'rails', "~> #{rails_version}"
gem 'active_model_serializers'
if Gem::Version.new(rails_version) >= Gem::Version.new('6.0')
gem 'sqlite3', '~> 1.4.0', :platform => [:rbx, :ruby]
gem 'sqlite3', '~> 1.7.0', :platform => [:rbx, :ruby]
else
gem 'sqlite3', '< 1.4.0', :platform => [:rbx, :ruby]
end
Expand Down

0 comments on commit c02c6ce

Please sign in to comment.