Skip to content

Commit 7281ec1

Browse files
authored
Merge pull request #223 from AlchemyCMS/dependabot/bundler/sqlite3-tw-2.5
Update sqlite3 requirement from ~> 1.4 to ~> 2.5
2 parents 05114fc + d6a044f commit 7281ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gemspec
1313

1414
group :test do
1515
if ENV["DB"].nil? || ENV["DB"] == "sqlite"
16-
gem "sqlite3", "~> 1.4"
16+
gem "sqlite3", "~> 2.5"
1717
end
1818
gem "mysql2" if ENV["DB"] == "mysql"
1919
gem "pg", "~> 1.0" if ENV["DB"] == "postgresql"

0 commit comments

Comments
 (0)