diff --git a/Gemfile b/Gemfile index 63ba1d3513..f4074a3d0a 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ platforms :ruby do elsif ENV['DB'] == 'postgres' gem 'pg' else - gem 'sqlite3' + gem 'sqlite3', '~> 1.4' end end diff --git a/app/views/spree/admin/shared/_account_nav.html.erb b/app/views/spree/admin/shared/_account_nav.html.erb index 241b1ba629..087bbb861c 100644 --- a/app/views/spree/admin/shared/_account_nav.html.erb +++ b/app/views/spree/admin/shared/_account_nav.html.erb @@ -7,7 +7,7 @@