Skip to content

Commit

Permalink
Merge pull request #2663 from AlchemyCMS/depfu/update/main/sqlite3-1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen authored Dec 28, 2023
2 parents 91ba7bc + 321d993 commit 14f67d8
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 @@ -8,7 +8,7 @@ rails_version = ENV.fetch("RAILS_VERSION", "7.1")
gem "rails", "~> #{rails_version}.0"

if ENV["DB"].nil? || ENV["DB"] == "sqlite"
gem "sqlite3", "~> 1.6.0"
gem "sqlite3", "~> 1.7.0"
end
if ENV["DB"] == "mysql" || ENV["DB"] == "mariadb"
gem "mysql2", "~> 0.5.1"
Expand Down

0 comments on commit 14f67d8

Please sign in to comment.