[ruby] Update knapsack_pro 3.11.0 → 5.1.0 (major) (#19606)
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Mac Siri <krairit.siri@gmail.com>
This commit is contained in:
parent
4cdcdab65a
commit
e5c7c8cecf
5 changed files with 7 additions and 6 deletions
2
Gemfile
2
Gemfile
|
|
@ -140,7 +140,7 @@ group :development, :test do
|
|||
gem "debug", ">= 1.0.0" # Provide a debug with step capabilities
|
||||
gem "dotenv-rails", "~> 2.8.1" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.22" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 3.0" # Help parallelize Ruby spec builds
|
||||
gem "knapsack_pro", "~> 5.1" # Help parallelize Ruby spec builds
|
||||
gem "pry", "~> 0.14" # An IRB alternative and runtime developer console
|
||||
gem "pry-rails", "~> 0.3" # Use Pry as your rails console
|
||||
gem "rspec-rails", "~> 6.0" # rspec-rails is a testing framework for Rails 3+
|
||||
|
|
|
|||
|
|
@ -442,7 +442,7 @@ GEM
|
|||
kaminari-core (1.2.2)
|
||||
katex (0.9.0)
|
||||
execjs (~> 2.7)
|
||||
knapsack_pro (3.11.0)
|
||||
knapsack_pro (5.1.0)
|
||||
rake
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
|
|
@ -1025,7 +1025,7 @@ DEPENDENCIES
|
|||
jsonapi-serializer (~> 2.2)
|
||||
kaminari (~> 1.2)
|
||||
katex (~> 0.9.0)
|
||||
knapsack_pro (~> 3.0)
|
||||
knapsack_pro (~> 5.1)
|
||||
launchy (~> 2.5)
|
||||
liquid (~> 5.4)
|
||||
listen (~> 3.7)
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
#!/bin/bash
|
||||
if [ "$KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC" = "" ]; then
|
||||
KNAPSACK_PRO_ENDPOINT=https://api-disabled-for-fork.knapsackpro.com \
|
||||
KNAPSACK_PRO_MAX_REQUEST_RETRIES=0 \
|
||||
KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC=disabled-for-fork \
|
||||
bundle exec rake "knapsack_pro:rspec[--format RspecJunitFormatter --out tmp/rspec.xml]"
|
||||
KNAPSACK_PRO_TEST_SUITE_TOKEN_RSPEC=disabled-for-fork \
|
||||
KNAPSACK_PRO_MAX_REQUEST_RETRIES=0 \
|
||||
KNAPSACK_PRO_CI_NODE_RETRY_COUNT=0 \
|
||||
bundle exec rake "knapsack_pro:rspec[--format RspecJunitFormatter --out tmp/rspec.xml]"
|
||||
else
|
||||
bundle exec rake "knapsack_pro:queue:rspec[--format RspecJunitFormatter --out tmp/rspec.xml]"
|
||||
fi
|
||||
|
|
|
|||
BIN
vendor/cache/knapsack_pro-3.11.0.gem
vendored
BIN
vendor/cache/knapsack_pro-3.11.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/knapsack_pro-5.1.0.gem
vendored
Normal file
BIN
vendor/cache/knapsack_pro-5.1.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue