You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to get pact broker to run local as a test.
i running ubuntu
and installed ruby-full
Following this guide
Run git clone [email protected]:pact-foundation/pact_broker.git && cd pact_broker/example
Run bundle install
Run bundle exec rackup -p 9292 -o 0.0.0.0 (this will use a Sqlite database.
If you want to try it out with a
when i run Run bundle exec rackup -p 9292 -o 0.0.0.0
i get this.
2022-04-23 00:32:59.034180 I [361551:2880] pact-broker -- Finished applying migration 20220303_increase_consumer_version_selector_hashes_column_size.rb, direction: up, took 0.004806 seconds
2022-04-23 00:32:59.034658 I [361551:2880] PactBroker::App -- Database schema version is now 20220303
2022-04-23 00:32:59.034672 I [361551:2880] PactBroker::App -- Migrating data
/var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/definition.rb:33:in initialize': wrong number of arguments (given 3, expected 1..2) (ArgumentError) from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/options.rb:17:in new'
from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/options.rb:17:in with' from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/builder.rb:59:in constructor'
from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/core.rb:41:in block in <module:Types>' from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/core.rb:40:in each'
from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/core.rb:40:in `module:Types'
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Im trying to get pact broker to run local as a test.
i running ubuntu
and installed ruby-full
Following this guide
Run git clone [email protected]:pact-foundation/pact_broker.git && cd pact_broker/example
Run bundle install
Run bundle exec rackup -p 9292 -o 0.0.0.0 (this will use a Sqlite database.
If you want to try it out with a
when i run Run bundle exec rackup -p 9292 -o 0.0.0.0
i get this.
2022-04-23 00:32:59.034180 I [361551:2880] pact-broker -- Finished applying migration 20220303_increase_consumer_version_selector_hashes_column_size.rb, direction: up, took 0.004806 seconds
2022-04-23 00:32:59.034658 I [361551:2880] PactBroker::App -- Database schema version is now 20220303
2022-04-23 00:32:59.034672 I [361551:2880] PactBroker::App -- Migrating data
/var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/definition.rb:33:in
initialize': wrong number of arguments (given 3, expected 1..2) (ArgumentError) from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/options.rb:17:in
new'from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/options.rb:17:in
with' from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/builder.rb:59:in
constructor'from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/core.rb:41:in
block in <module:Types>' from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/core.rb:40:in
each'from /var/lib/gems/3.0.0/gems/dry-types-0.10.3/lib/dry/types/core.rb:40:in `module:Types'
Beta Was this translation helpful? Give feedback.
All reactions