diff --git a/Gemfile b/Gemfile index a335ebb77ba..068547da268 100644 --- a/Gemfile +++ b/Gemfile @@ -140,7 +140,7 @@ platforms :ruby, :windows do gem "racc", ">=1.4.6", require: false # Active Record. - gem "sqlite3", "~> 1.4" + gem "sqlite3", "~> 1.4", "< 1.5" group :db do gem "pg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index a3cac5fa540..acd058e197f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -628,7 +628,7 @@ DEPENDENCIES sneakers sprockets-export sprockets-rails (>= 2.0.0) - sqlite3 (~> 1.4) + sqlite3 (~> 1.4, < 1.5) stackprof stimulus-rails sucker_punch