diff --git a/Gemfile b/Gemfile index a17abdd9..f80bff2d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" # Database -gem 'sqlite3', '~>1.3.6' +gem 'sqlite3', '~>2.9.5' # Testing gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 9a354230..006010d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GEM coderay (1.1.2) diff-lcs (1.3) method_source (0.9.2) + mini_portile2 (2.8.9) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -20,7 +21,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) PLATFORMS ruby @@ -28,7 +30,7 @@ PLATFORMS DEPENDENCIES pry rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.1