mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #12475 from openfoodfoundation/dependabot/bundler/knapsack_pro-7.2.0
chore(deps-dev): bump knapsack_pro from 7.1.0 to 7.2.0
This commit is contained in:
@@ -388,7 +388,7 @@ GEM
|
||||
activesupport (>= 4.2)
|
||||
jwt (2.8.1)
|
||||
base64
|
||||
knapsack_pro (7.1.0)
|
||||
knapsack_pro (7.2.0)
|
||||
rake
|
||||
language_server-protocol (3.17.0.3)
|
||||
launchy (3.0.0)
|
||||
|
||||
@@ -32,7 +32,7 @@ require 'webmock/rspec'
|
||||
WebMock.enable!
|
||||
WebMock.disable_net_connect!(
|
||||
allow_localhost: true,
|
||||
allow: ['chromedriver.storage.googleapis.com', 'api.knapsackpro.com']
|
||||
allow: ['chromedriver.storage.googleapis.com']
|
||||
)
|
||||
|
||||
# Requires supporting ruby files with custom matchers and macros, etc,
|
||||
|
||||
@@ -7,7 +7,7 @@ VCR.configure do |config|
|
||||
config.hook_into :webmock
|
||||
config.ignore_localhost = true
|
||||
config.configure_rspec_metadata!
|
||||
config.ignore_hosts('localhost', '127.0.0.1', '0.0.0.0', 'api.knapsackpro.com')
|
||||
config.ignore_localhost = true
|
||||
|
||||
# Filter sensitive environment variables
|
||||
%w[
|
||||
|
||||
Reference in New Issue
Block a user