diff --git a/example/Gemfile b/example/Gemfile index bd28ed4..ed58f43 100644 --- a/example/Gemfile +++ b/example/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' gem 'actionpack', '>= 6.0.3.2' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.5' +gem 'sqlite3', '~> 1.6' # Use Puma as the app server gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/example/Gemfile.lock b/example/Gemfile.lock index df6228d..608014d 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -115,7 +115,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.0) + mini_portile2 (2.8.1) minitest (5.15.0) msgpack (1.5.4) nio4r (2.5.8) @@ -189,7 +189,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.5.0) + sqlite3 (1.6.1) mini_portile2 (~> 2.8.0) thor (1.2.1) thread_safe (0.3.6) @@ -216,7 +216,7 @@ DEPENDENCIES sober_swag! spring spring-watcher-listen (~> 2.0.0) - sqlite3 (~> 1.5) + sqlite3 (~> 1.6) tzinfo-data BUNDLED WITH