Skip to content

Commit 14058c2

Browse files
refactor: remove unused ansicolor dependency
1 parent 5fa1e77 commit 14058c2

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ gemspec
55

66
if ENV['X_PACT_DEVELOPMENT']
77
gem 'pact-support', path: '../pact-support'
8-
end
8+
end

lib/pact/mock_service/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Pact
22
module MockService
3-
VERSION = "3.9.1"
3+
VERSION = "3.9.2"
44
end
55
end

pact-mock_service.gemspec

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ Gem::Specification.new do |gem|
2626
gem.add_runtime_dependency 'thor', '>= 0.19', '< 2.0'
2727
gem.add_runtime_dependency 'json'
2828
gem.add_runtime_dependency 'webrick', '~> 1.3'
29-
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0'
30-
gem.add_runtime_dependency 'pact-support', '~> 1.16', '>= 1.16.4'
29+
gem.add_runtime_dependency 'pact-support', '~> 1.17.1', '>= 1.16.4'
3130
gem.add_runtime_dependency 'filelock', '~> 1.1'
3231

3332
gem.add_development_dependency 'rack-test', '~> 0.7'

0 commit comments

Comments
 (0)