Project

General

Profile

Actions

Patch #31126

closed

Update sqlite3 gem (~> 1.4.0)

Added by Go MAEDA almost 5 years ago. Updated almost 5 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Gems support
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

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

Blocked by Redmine - Patch #31113: Update Rails to 5.2.3ClosedGo MAEDA

Actions
Actions #1

Updated by Go MAEDA almost 5 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

Actions #2

Updated by Go MAEDA almost 5 years ago

  • Description updated (diff)
Actions #3

Updated by Go MAEDA almost 5 years ago

Actions #4

Updated by Go MAEDA almost 5 years ago

  • Status changed from New to Closed
  • Assignee set to Go MAEDA

Committed.

Actions

Also available in: Atom PDF