diff --git a/Gemfile b/Gemfile index 21de501..4c2bb35 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "rollbar" group :development, :test do gem "byebug", platforms: [:mri, :mingw, :x64_mingw] - gem "sqlite3", "~> 1.3.6" + gem "sqlite3", "~> 1.4.2" end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 41a344c..26aa40d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -885,7 +885,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sqlite3 (1.3.13) + sqlite3 (1.4.2) table_print (1.5.6) thor (0.20.3) thread_safe (0.3.6) @@ -944,7 +944,7 @@ DEPENDENCIES simple_form spring (~> 2.0) spring-watcher-listen (~> 2.0) - sqlite3 (~> 1.3.6) + sqlite3 (~> 1.4.2) table_print turbolinks (~> 5) tzinfo-data