Skip to content

Commit

Permalink
Merge pull request #161 from pact-foundation/deps/add_base64
Browse files Browse the repository at this point in the history
fix: Deps/add base64
  • Loading branch information
YOU54F committed Jun 17, 2024
2 parents 4a9a380 + 3089e74 commit 2cd119d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pact-broker-client.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
gem.add_runtime_dependency 'rake', '~> 13.0' #For FileList
gem.add_runtime_dependency 'dig_rb', '~> 1.0'
gem.add_runtime_dependency 'base64', '~> 0.2'
end
2 changes: 1 addition & 1 deletion spec/support/ssl_server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def webrick_opts port

opts = webrick_opts(4444)

Rack::Handler::WEBrick.run(app, **opts) do |server|
Rackup::Handler::WEBrick.run(app, **opts) do |server|
@server = server
end
end

0 comments on commit 2cd119d

Please sign in to comment.