Skip to content

Commit

Permalink
chore(deps): update to tr - 20241122-3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Nov 30, 2024
1 parent 5ec14d2 commit 8b569da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
4 changes: 2 additions & 2 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion tasks/package.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 8b569da

Please sign in to comment.