Skip to content

Commit

Permalink
deps: knapsack_pro 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed May 9, 2024
1 parent 0c2ace2 commit 3202622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../knapsack_pro-ruby
specs:
knapsack_pro (7.1.0)
knapsack_pro (7.2.0)
rake

GEM
Expand Down
23 changes: 3 additions & 20 deletions spec/support/vcr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,9 @@

VCR.configure do |config|
config.cassette_library_dir = "spec/fixtures/vcr_cassettes"
config.hook_into :webmock # or :fakeweb

config.ignore_hosts(
'localhost',
'127.0.0.1',
'0.0.0.0',
'api.knapsackpro.com',
'api-fake.knapsackpro.com',
'api-staging.knapsackpro.com',
'api.knapsackpro.test',
'api-disabled-for-fork.knapsackpro.com',
)
config.hook_into :webmock
config.ignore_localhost = true
end

require 'webmock/rspec'

WebMock.disable_net_connect!(allow: [
'api.knapsackpro.com',
'api-fake.knapsackpro.com',
'api-staging.knapsackpro.com',
'api.knapsackpro.test',
'api-disabled-for-fork.knapsackpro.com',
]) if defined?(WebMock)
WebMock.disable_net_connect!

0 comments on commit 3202622

Please sign in to comment.