diff --git a/pact_broker/Gemfile b/pact_broker/Gemfile index 570e6b3..3ce0260 100644 --- a/pact_broker/Gemfile +++ b/pact_broker/Gemfile @@ -4,7 +4,7 @@ gem "pact_broker" gem "pg", "~>1.5" gem "puma", "~> 5.6", ">= 5.6.8" gem "mysql2", "~>0.3" -gem "sqlite3", "~>1.6" +gem "sqlite3", "~>1.7" gem "rake", "~> 13.0" # While https://github.com/brandonhilkert/sucker_punch/pull/253 is outstanding diff --git a/pact_broker/Gemfile.lock b/pact_broker/Gemfile.lock index f3603b9..6ab6f65 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -148,7 +148,7 @@ GEM rack (~> 2.2, >= 2.2.4) rack-protection (= 3.2.0) tilt (~> 2.0) - sqlite3 (1.7.0) + sqlite3 (1.7.2) mini_portile2 (~> 2.8.0) stringio (3.1.0) table_print (1.5.7) @@ -174,7 +174,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 5.6, >= 5.6.8) rake (~> 13.0) - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) sucker_punch! BUNDLED WITH