diff --git a/Gemfile b/Gemfile index 73545fe..27204cb 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source "https://rubygems.org" # gem "rails" gem 'pry-byebug' gem 'require_all' -gem 'sqlite3', '~> 1.3.6' +gem 'sqlite3', '~> 2.9.5' gem 'rspec' gem "faker" diff --git a/Gemfile.lock b/Gemfile.lock index 5264b65..8f632f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,7 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) method_source (0.9.2) + mini_portile2 (2.8.9) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -30,7 +31,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) PLATFORMS ruby @@ -40,7 +42,7 @@ DEPENDENCIES pry-byebug require_all rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.1