diff --git a/Gemfile b/Gemfile index 1cbf18c84cc..98a41f0b09c 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", "< 1.5" + gem "sqlite3", "~> 1.4" group :db do gem "pg", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 1c85faa9afc..3721596667a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -628,7 +628,7 @@ DEPENDENCIES sneakers sprockets-export sprockets-rails (>= 2.0.0) - sqlite3 (~> 1.4, < 1.5) + sqlite3 (~> 1.4) stackprof stimulus-rails sucker_punch