Patch #31126
Update sqlite3 gem (~> 1.4.0)
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Gems support | |||
Target version: | 4.1.0 |
Description
sqlite3 1.4.0 has been released on February 04, 2019.
https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.rdoc#140
diff --git a/Gemfile b/Gemfile
index f5f5fd0aa..8bfa48b2d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,7 +57,7 @@ if File.exist?(database_file)
when /postgresql/
gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlite3/
- gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
+ gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw]
gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw]
Related issues
Associated revisions
Update sqlite3 gem (~> 1.4.0) (#31126).
History
#1
Updated by Go MAEDA over 3 years ago
Rails 5.2.3 or later is required to use sqlite3 1.4.0 gem due to the following issue.
https://github.com/rails/rails/issues/35153
#2
Updated by Go MAEDA over 3 years ago
- Description updated (diff)
#3
Updated by Go MAEDA over 3 years ago
- Blocked by Patch #31113: Update Rails to 5.2.3 added
#4
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed.