pact_broker 2.74.0 → 2.74.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4a3779dfce4701e31c25e10a37154785df8745aa022869f70bcdd3c080066169
4
- data.tar.gz: d9c48a07a42949aea37a84ca43930a53d6403abe02a96d1c1de2d58a27d763bc
3
+ metadata.gz: 9bb163d5ed55a2b3f98f18b63763749a0a9a337538a69b30af9f01295e720154
4
+ data.tar.gz: cd8cc58097602d87c09f9af494b49c28666223350f57a2f4f9ccade3f3b1d57c
5
5
  SHA512:
6
- metadata.gz: 2a4a61fe0838766004ab06723b406d51149d748ec449c81139ada966a223b5491d4728fa0cdd52d6e369081af490eb03b4b7036c12c6f2a6b014bf20608c9d68
7
- data.tar.gz: 569774601622663f53d824d40b0013afd6728f0c603fb9f2f8d66f759603daf7d361d6481003dc83a2a844415d93eae78694a076be1172eb45728d678cd672a2
6
+ metadata.gz: a32dd3179963aac89bff4ca0197e80f73576188355b92984e51ee010522e34d7017ab6a2cac6eaf5ac865391b221d7aa619efdd8950727cac20c2e6d2b686e79
7
+ data.tar.gz: fbd56c79155229b5900294f13b0ce1ce9390cd2260e678a83ef2b358d4ad8112ae6e4f257bc3380e4ed488b67ed838f80214ba16bb8431c002f85878c5989a33
@@ -1,3 +1,11 @@
1
+ <a name="v2.74.1"></a>
2
+ ### v2.74.1 (2021-01-05)
3
+
4
+ #### Bug Fixes
5
+
6
+ * **deps**
7
+ * remove manual specification for nokogiri now the fix for CVE-2020-26247 has been released in 1.11 ([771378a9](/../../commit/771378a9))
8
+
1
9
  <a name="v2.74.0"></a>
2
10
  ### v2.74.0 (2021-01-04)
3
11
 
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Pact Broker
2
2
  [![Gem Version](https://badge.fury.io/rb/pact_broker.svg)](http://badge.fury.io/rb/pact_broker)
3
- [![Build Status](https://travis-ci.org/pact-foundation/pact_broker.svg?branch=master)](https://travis-ci.org/pact-foundation/pact_broker)
3
+ ![Build status](https://github.com/pact-foundation/pact_broker/workflows/Test/badge.svg)
4
4
  [![Join the chat at https://pact-foundation.slack.com/](https://img.shields.io/badge/chat-on%20slack-blue.svg?logo=slack)](https://slack.pact.io)
5
5
  [![security](https://hakiri.io/github/pact-foundation/pact_broker/master.svg)](https://hakiri.io/github/pact-foundation/pact_broker/master)
6
6
  [![Code Climate](https://codeclimate.com/github/pact-foundation/pact_broker/badges/gpa.svg)](https://codeclimate.com/github/pact-foundation/pact_broker)
@@ -1,3 +1,3 @@
1
1
  module PactBroker
2
- VERSION = '2.74.0'
2
+ VERSION = '2.74.1'
3
3
  end
@@ -64,5 +64,4 @@ Gem::Specification.new do |gem|
64
64
  gem.add_runtime_dependency 'table_print', '~> 1.5'
65
65
  gem.add_runtime_dependency 'semantic_logger', '~> 4.3'
66
66
  gem.add_runtime_dependency 'sanitize', '>= 5.2.1', '~> 5.2'
67
- gem.add_runtime_dependency 'nokogiri', '< 2.0', '>= 1.11.0.rc4' # For CVE-2020-26247 Remove when 1.11 is released properly
68
67
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pact_broker
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.74.0
4
+ version: 2.74.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bethany Skurrie
@@ -354,26 +354,6 @@ dependencies:
354
354
  - - "~>"
355
355
  - !ruby/object:Gem::Version
356
356
  version: '5.2'
357
- - !ruby/object:Gem::Dependency
358
- name: nokogiri
359
- requirement: !ruby/object:Gem::Requirement
360
- requirements:
361
- - - "<"
362
- - !ruby/object:Gem::Version
363
- version: '2.0'
364
- - - ">="
365
- - !ruby/object:Gem::Version
366
- version: 1.11.0.rc4
367
- type: :runtime
368
- prerelease: false
369
- version_requirements: !ruby/object:Gem::Requirement
370
- requirements:
371
- - - "<"
372
- - !ruby/object:Gem::Version
373
- version: '2.0'
374
- - - ">="
375
- - !ruby/object:Gem::Version
376
- version: 1.11.0.rc4
377
357
  description: A server that stores and returns pact files generated by the pact gem.
378
358
  It enables head/prod cross testing of the consumer and provider projects.
379
359
  email: