diff --git a/pact_broker/Gemfile b/pact_broker/Gemfile index b075347..44f98b7 100644 --- a/pact_broker/Gemfile +++ b/pact_broker/Gemfile @@ -4,5 +4,5 @@ gem "pact_broker" gem "pg", "~>1.5" gem "puma", "~> 5.6", ">= 5.6.8" gem "mysql2", "~>0.3" -gem "sqlite3", "~>1.6", force_ruby_platform: true +gem "sqlite3", "~>1.7", force_ruby_platform: true gem "rake", "~> 13.0" \ No newline at end of file diff --git a/pact_broker/Gemfile.lock b/pact_broker/Gemfile.lock index d967b69..8ed8fe8 100644 --- a/pact_broker/Gemfile.lock +++ b/pact_broker/Gemfile.lock @@ -141,7 +141,7 @@ GEM rack (~> 2.2, >= 2.2.4) rack-protection (= 3.2.0) tilt (~> 2.0) - sqlite3 (1.7.2) + sqlite3 (1.7.3) mini_portile2 (~> 2.8.0) stringio (3.1.0) sucker_punch (3.2.0) @@ -169,7 +169,7 @@ DEPENDENCIES pg (~> 1.5) puma (~> 5.6, >= 5.6.8) rake (~> 13.0) - sqlite3 (~> 1.6) + sqlite3 (~> 1.7) BUNDLED WITH 2.4.22