diff --git a/Gemfile b/Gemfile index 2761ade..56e27b2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~>5.2' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~>1.3.6' +gem 'sqlite3', '~>2.9.5' # Use SCSS for stylesheets #gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index e725649..5d5c2c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) thor (1.2.1) thread_safe (0.3.6) turbolinks (5.2.1) @@ -157,7 +158,7 @@ DEPENDENCIES puma (>= 5.6.2) rails (~> 5.2) spring - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) turbolinks web-console (~> 2.0)