diff --git a/Gemfile b/Gemfile index e29be3c..cc7871a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,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 2738df6..6201086 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) + mini_portile2 (2.8.9) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -15,14 +16,15 @@ 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 DEPENDENCIES rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.1