diff --git a/packaging/Gemfile b/packaging/Gemfile index 1577aa8..8af2473 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -9,7 +9,7 @@ gem "webrick", "1.9.0" # see https://stdgems.org/ for versions to lock to # we require gem locking for gems with native extensions # due to lack of windows support -gem "json", "2.7.1" +gem "json", "2.7.2" gem "bigdecimal", "3.1.5" gem 'rack-reverse-proxy', git: 'https://github.com/pact-foundation/rack-reverse-proxy.git', branch: 'feat/rack_2_and_3_compat' \ No newline at end of file diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index 83b0619..3a0d828 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -32,7 +32,7 @@ GEM csv mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) - json (2.7.1) + json (2.7.2) jsonpath (1.1.5) multi_json logger (1.6.1) @@ -150,7 +150,7 @@ PLATFORMS DEPENDENCIES bigdecimal (= 3.1.5) - json (= 2.7.1) + json (= 2.7.2) pact (= 1.66.0) pact-message (= 0.11.1) pact-mock_service (= 3.12.3) diff --git a/tasks/package.rake b/tasks/package.rake index e9d802f..46acf3b 100644 --- a/tasks/package.rake +++ b/tasks/package.rake @@ -3,7 +3,7 @@ require 'bundler/setup' PACKAGE_NAME = "pact" VERSION = File.read('VERSION').strip -TRAVELING_RUBY_VERSION = "20240904-3.3.5" +TRAVELING_RUBY_VERSION = "20241122-3.3.6" TRAVELING_RUBY_PKG_DATE = TRAVELING_RUBY_VERSION.split("-").first PLUGIN_CLI_VERSION = "0.1.2"