From 2a35b91cb4752a90c43e63657a4e9b7dd53d5e95 Mon Sep 17 00:00:00 2001 From: echarp Date: Fri, 19 Apr 2019 16:57:06 +0200 Subject: [PATCH] Using latest sqlite dependency --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d7d469f8..38fd5bdf 100644 --- a/Gemfile +++ b/Gemfile @@ -71,7 +71,7 @@ gem 'twitter' group :development, :test do # Use sqlite3 as the database for Active Record - gem 'sqlite3', '< 1.4' + gem 'sqlite3' # Call 'byebug' anywhere in the code to stop execution and get a debugger # console gem 'byebug', platforms: %i[mri mingw x64_mingw] diff --git a/Gemfile.lock b/Gemfile.lock index 0d01c41e..7ebba817 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -384,7 +384,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.13) + sqlite3 (1.4.0) strip_attributes (1.9.0) activemodel (>= 3.0, < 7.0) sysexits (1.2.0) @@ -492,7 +492,7 @@ DEPENDENCIES simple_calendar spring spring-watcher-listen (~> 2.0.0) - sqlite3 (< 1.4) + sqlite3 strip_attributes tagsinput-rails therubyracer