Skip to content

Commit

Permalink
chore: don't require bundle exec for update-cli-usage-in-readme.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 13, 2023
1 parent d99e734 commit df309d1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions script/update-cli-usage-in-readme.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
#!/usr/bin/env ruby
require "bundler/inline"

gemfile do
source "https://rubygems.org"
gem "pact_broker-client", path: "."
end

require "stringio"
require "pact_broker/client/cli/broker"
require "pactflow/client/cli/pactflow"
Expand Down

0 comments on commit df309d1

Please sign in to comment.