diff --git a/Gemfile b/Gemfile index 309a20fa2..7ea82da0b 100644 --- a/Gemfile +++ b/Gemfile @@ -137,7 +137,7 @@ group :development, :test do gem "capybara", "~> 3.33" # Capybara is an integration testing tool for rack based web applications gem "dotenv-rails", "~> 2.7.6" # For loading ENV variables locally gem "faker", "~> 2.13" # A library for generating fake data such as names, addresses, and phone numbers - gem "knapsack_pro", "~> 2.2.1" # Help parallelize Ruby spec builds + gem "knapsack_pro", "~> 2.3.0" # Help parallelize Ruby spec builds gem "pry-byebug", "~> 3.8" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 4.0" # rspec-rails is a testing framework for Rails 3+ gem "rubocop", "~> 0.90.0", require: false # Automatic Ruby code style checking tool diff --git a/Gemfile.lock b/Gemfile.lock index be183127d..e4dddb798 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -434,7 +434,7 @@ GEM kaminari-core (1.2.1) katex (0.6.0) execjs (~> 2.7) - knapsack_pro (2.2.1) + knapsack_pro (2.3.0) rake launchy (2.5.0) addressable (~> 2.7) @@ -917,7 +917,7 @@ DEPENDENCIES jsonapi-serializer (~> 2.1) kaminari (~> 1.2) katex (~> 0.6.0) - knapsack_pro (~> 2.2.1) + knapsack_pro (~> 2.3.0) launchy (~> 2.5) liquid (~> 4.0) listen (~> 3.2) diff --git a/bin/knapsack_pro_rspec b/bin/knapsack_pro_rspec index c3cce9566..029371165 100755 --- a/bin/knapsack_pro_rspec +++ b/bin/knapsack_pro_rspec @@ -1,6 +1,7 @@ #!/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 # use Regular Mode here always else diff --git a/vendor/cache/knapsack_pro-2.2.1.gem b/vendor/cache/knapsack_pro-2.2.1.gem deleted file mode 100644 index 6fd2d67a6..000000000 Binary files a/vendor/cache/knapsack_pro-2.2.1.gem and /dev/null differ diff --git a/vendor/cache/knapsack_pro-2.3.0.gem b/vendor/cache/knapsack_pro-2.3.0.gem new file mode 100644 index 000000000..37935b416 Binary files /dev/null and b/vendor/cache/knapsack_pro-2.3.0.gem differ