diff --git a/sample/Gemfile b/sample/Gemfile index e989c8a..43cc567 100644 --- a/sample/Gemfile +++ b/sample/Gemfile @@ -6,7 +6,7 @@ ruby ">= 2.5.0" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.1.7' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.6' +gem 'sqlite3', '~> 1.7' # Use Puma as the app server gem 'puma', '~> 5.6' diff --git a/sample/Gemfile.lock b/sample/Gemfile.lock index c3fe84d..2f84ebb 100644 --- a/sample/Gemfile.lock +++ b/sample/Gemfile.lock @@ -109,7 +109,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.2) - mini_portile2 (2.8.4) + mini_portile2 (2.8.5) minitest (5.18.0) msgpack (1.7.2) multi_xml (0.6.0) @@ -206,7 +206,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.1) + sqlite3 (1.7.2) mini_portile2 (~> 2.8.0) thor (1.2.1) timeout (0.3.2) @@ -249,7 +249,7 @@ DEPENDENCIES rails (~> 6.1.7) selenium-webdriver spring - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) turbolinks (~> 5) tzinfo-data web-console (>= 4.2.0)